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 cfde77a commit bce9aebCopy full SHA for bce9aeb
.github/workflows/pre-release.yml
@@ -232,7 +232,7 @@ jobs:
232
233
- name: Upload to PyPi prod
234
if: ${{ !inputs.skip_pypi }}
235
- uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
+ uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
236
237
# Creates a PR with the latest version we've just released
238
# since our trunk is protected against any direct pushes from automation
0 commit comments