Skip to content

Commit 7e82020

Browse files
Update PyPI publish action (#299)
1 parent 121a0f4 commit 7e82020

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
LINODE_SDK_VERSION: ${{ github.event.release.tag_name }}
3434

3535
- name: Publish the release artifacts to PyPI
36-
uses: pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f # pin@release/v1
36+
uses: pypa/gh-action-pypi-publish@a56da0b891b3dc519c7ee3284aff1fad93cc8598 # pin@release/v1.8.6
3737
with:
38-
password: ${{ secrets.PYPI_API_TOKEN }}
38+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)