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 315b9ff commit 0f57523Copy full SHA for 0f57523
.github/workflows/publish.yml
@@ -80,7 +80,7 @@ jobs:
80
twine upload --repository testpypi dist/*
81
82
publish-prod:
83
- needs: [build, publish-test]
+ needs: build
84
runs-on: ubuntu-latest
85
if: github.event_name == 'release' && github.event.action == 'published'
86
0 commit comments