8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c9f8a commit 88b1c28Copy full SHA for 88b1c28
.github/workflows/release.yml
@@ -237,12 +237,12 @@ jobs:
237
238
- name: Upload to PyPi prod
239
if: ${{ !inputs.skip_pypi }}
240
- uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0 # v1.8.7
+ uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8 # v1.8.8
241
242
# PyPi test maintenance affected us numerous times, leaving for history purposes
243
# - name: Upload to PyPi test
244
# if: ${{ !inputs.skip_pypi }}
245
- # uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0 # v1.8.7
+ # uses: pypa/gh-action-pypi-publish@f8c70e705ffc13c3b4d1221169b84f12a75d6ca8 # v1.8.8
246
# with:
247
# repository-url: https://test.pypi.org/legacy/
248
0 commit comments