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 f6f9995 commit a0f5535Copy full SHA for a0f5535
.github/workflows/publish-pypi.yml
@@ -34,6 +34,6 @@ jobs:
34
LINODE_CLI_VERSION: ${{ github.event.release.tag_name }}
35
36
- name: Publish the release artifacts to PyPI
37
- uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # pin@release/v1.12.2
+ uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # pin@release/v1.12.3
38
with:
39
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments