We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2784f commit 5a27836Copy full SHA for 5a27836
.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@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
+ uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06 # v1.8.12
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@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # v1.8.11
+ # uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06 # v1.8.12
246
# with:
247
# repository-url: https://test.pypi.org/legacy/
248
0 commit comments