Skip to content

Commit

Permalink
Make sure the release actually runs?
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Dec 17, 2024
1 parent 4c70f67 commit ac2fc94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,6 @@ jobs:
repository-url: https://test.pypi.org/legacy/

- uses: pypa/gh-action-pypi-publish@release/v1
if: github.event_name == 'release' && github.event.action == 'published'
if: >
github.event_name == 'release' && github.event.action == 'published' ||
github.event_name == 'push' && (github.ref_name == 'release/19.x' || github.ref_name == 'v19.0.0')

0 comments on commit ac2fc94

Please sign in to comment.