We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e56ffa3 + 5bdb82d commit 854a1cbCopy full SHA for 854a1cb
1 file changed
.github/workflows/publish.yml
@@ -67,11 +67,11 @@ jobs:
67
- name: Publish to PyPI
68
if: ${{ inputs.repository == 'pypi' }}
69
# v1.13.0 (release/v1)
70
- uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
+ uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
71
72
- name: Publish to TestPyPI
73
if: ${{ inputs.repository == 'testpypi' }}
74
# v1.12.4 (release/v1)
75
76
with:
77
repository-url: https://test.pypi.org/legacy/
0 commit comments