We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5318578 commit bcd0dffCopy full SHA for bcd0dff
.github/workflows/pypi.yml
@@ -113,7 +113,7 @@ jobs:
113
- name: Publish to Test PyPI
114
# Only publish to TestPyPI when a PR is merged (pushed to main)
115
if: success() && github.event_name == 'push'
116
- uses: pypa/gh-action-pypi-publish@v1.12.3
+ uses: pypa/gh-action-pypi-publish@v1.12.4
117
with:
118
repository_url: https://test.pypi.org/legacy/
119
# Allow existing releases on test PyPI without errors.
@@ -123,4 +123,4 @@ jobs:
123
- name: Publish to PyPI
124
# Only publish to PyPI when a release triggers the build
125
if: success() && github.event_name == 'release'
126
0 commit comments