We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3445000 commit ab43717Copy full SHA for ab43717
.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@ade57f54dcc56d4858ca681c80269c26dc7b9149 # v1.8.9
+ uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1.8.10
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@ade57f54dcc56d4858ca681c80269c26dc7b9149 # v1.8.9
+ # uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1.8.10
246
# with:
247
# repository-url: https://test.pypi.org/legacy/
248
0 commit comments