We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15d0afb + af67045 commit 29410e8Copy full SHA for 29410e8
1 file changed
.github/workflows/release.yml
@@ -201,11 +201,11 @@ jobs:
201
path: dist
202
203
- name: Upload to PyPI
204
- uses: pypa/gh-action-pypi-publish@v1.12.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
205
if: (startsWith(github.event.ref, 'refs/tags/')) || (github.event.inputs.deploy_to_testpypi == 'false')
206
207
- name: Upload to TestPyPI
208
209
if: github.event.inputs.deploy_to_testpypi == 'true'
210
with:
211
repository-url: https://test.pypi.org/legacy/
0 commit comments