We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287698b commit e2c6b80Copy full SHA for e2c6b80
.github/workflows/release.yml
@@ -242,12 +242,12 @@ jobs:
242
243
- name: Upload to PyPi prod
244
if: ${{ !inputs.skip_pypi }}
245
- uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # v1.8.6
+ uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0 # v1.8.7
246
247
# March 1st: PyPi test is under maintenance....
248
# - name: Upload to PyPi test
249
# if: ${{ !inputs.skip_pypi }}
250
- # uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # v1.8.6
+ # uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0 # v1.8.7
251
# with:
252
# repository-url: https://test.pypi.org/legacy/
253
0 commit comments