We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fbb1e1 commit 1a5638aCopy full SHA for 1a5638a
1 file changed
.github/workflows/publish.yml
@@ -30,6 +30,8 @@ jobs:
30
31
pypi-publish:
32
name: upload release to PyPI
33
+ needs:
34
+ - release-build
35
runs-on: ubuntu-latest
36
environment:
37
name: pypi
0 commit comments