Skip to content

Commit

Permalink
alter release trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
trhallam authored Aug 1, 2024
1 parent 08f586d commit 65ead80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
path: dist/*

publish:
if: needs.build-test.result == 'success' && contains(github.ref, 'release')
if: needs.build-test.result == 'success' && !github.event.release.prerelease
name: Publish to test.PyPI and PyPI
runs-on: ubuntu-latest
needs: [build-test]
Expand Down

0 comments on commit 65ead80

Please sign in to comment.