Skip to content

Commit 4e80c11

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
run: ls -lh dist
6868
pypi-publish:
6969
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
70+
needs: [verify]
7071
name: Upload release to PyPI
7172
runs-on: ubuntu-latest
7273
environment:

0 commit comments

Comments
 (0)