Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
b0a02aa
1
Parent(s):
7b496b7
Run PyPI after linux completed only
Browse files
.github/workflows/pypi_deploy.yml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
name: Deploy PyPI
|
2 |
on:
|
3 |
workflow_run:
|
4 |
-
workflows: ["Linux"
|
5 |
types:
|
6 |
- completed
|
7 |
|
|
|
1 |
name: Deploy PyPI
|
2 |
on:
|
3 |
workflow_run:
|
4 |
+
workflows: ["Linux"]
|
5 |
types:
|
6 |
- completed
|
7 |
|