We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121a0f4 commit 7e82020Copy full SHA for 7e82020
1 file changed
.github/workflows/publish-pypi.yaml
@@ -33,6 +33,6 @@ jobs:
33
LINODE_SDK_VERSION: ${{ github.event.release.tag_name }}
34
35
- name: Publish the release artifacts to PyPI
36
- uses: pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f # pin@release/v1
+ uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # pin@release/v1.8.6
37
with:
38
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments