We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c70f67 commit ac2fc94Copy full SHA for ac2fc94
.github/workflows/pip.yml
@@ -256,4 +256,6 @@ jobs:
256
repository-url: https://test.pypi.org/legacy/
257
258
- uses: pypa/gh-action-pypi-publish@release/v1
259
- if: github.event_name == 'release' && github.event.action == 'published'
+ if: >
260
+ github.event_name == 'release' && github.event.action == 'published' ||
261
+ github.event_name == 'push' && (github.ref_name == 'release/19.x' || github.ref_name == 'v19.0.0')
0 commit comments