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 cb39624 commit a9cf21cCopy full SHA for a9cf21c
.github/workflows/publish-pypi.yaml
@@ -24,6 +24,6 @@ jobs:
24
LINODE_SDK_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@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # pin@release/v1.12.3
28
with:
29
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments