We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f586d commit 65ead80Copy full SHA for 65ead80
.github/workflows/python-build-test-publish.yml
@@ -69,7 +69,7 @@ jobs:
69
path: dist/*
70
71
publish:
72
- if: needs.build-test.result == 'success' && contains(github.ref, 'release')
+ if: needs.build-test.result == 'success' && !github.event.release.prerelease
73
name: Publish to test.PyPI and PyPI
74
runs-on: ubuntu-latest
75
needs: [build-test]
0 commit comments