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 e0b2fcf commit b72348eCopy full SHA for b72348e
.github/workflows/publish-pypi.yml
@@ -24,6 +24,6 @@ jobs:
24
LINODE_METADATA_VERSION: ${{ github.event.release.tag_name }}
25
26
- name: Publish the release artifacts to PyPI
27
- uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf # pin@release/v1.8.11
+ uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # pin@release/v1.10.3
28
with:
29
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments