We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba39e0 commit 83a1cb3Copy full SHA for 83a1cb3
.github/workflows/cicd.yml
@@ -9,7 +9,6 @@ jobs:
9
# Publishes to PyPi if tests are passed and release is created
10
publish:
11
if: github.event_name == 'release' && github.event.action == 'created'
12
- needs: test
13
name: Upload release to PyPI
14
runs-on: ubuntu-latest
15
environment:
0 commit comments