MilesCranmer commited on
Commit
3acc358
1 Parent(s): 2bd75b6

Only run PyPI deploy on tests completing

Browse files
Files changed (1) hide show
  1. .github/workflows/pypi_deploy.yml +0 -7
.github/workflows/pypi_deploy.yml CHANGED
@@ -4,13 +4,6 @@ on:
4
  workflows: ["Linux", "macOS", "Windows"]
5
  types:
6
  - completed
7
- # Also, run on new versions:
8
- push:
9
- branches:
10
- - "**"
11
- tags:
12
- - "v*.*.*"
13
-
14
 
15
  jobs:
16
  pypi:
 
4
  workflows: ["Linux", "macOS", "Windows"]
5
  types:
6
  - completed
 
 
 
 
 
 
 
7
 
8
  jobs:
9
  pypi: