Skip to content

Commit fcf61a4

Browse files
committed
Fix CI job dependency
1 parent 20965f9 commit fcf61a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
name: dist
5555
path: dist
5656
verify:
57-
if: "!startsWith(github.ref, 'refs/tags/')"
5857
name: Verify wheels
5958
runs-on: ubuntu-latest
6059
needs: [build_wheels]
@@ -67,6 +66,7 @@ jobs:
6766
run: ls -lh dist
6867
pypi-publish:
6968
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
69+
needs: [verify]
7070
name: Upload release to PyPI
7171
runs-on: ubuntu-latest
7272
environment:

0 commit comments

Comments
 (0)