Skip to content

Commit b975375

Browse files
authored
Fix gh actions version pinning (#8)
1 parent c571143 commit b975375

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_pypi_thirdweb_ai.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: poetry build
3636

3737
- name: Publish package
38-
uses: pypa/gh-action-pypi-publish@release/76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
38+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
3939
with:
4040
user: __token__
4141
password: ${{ secrets.PYPI_API_KEY }}

.github/workflows/publish_pypi_thirdweb_mcp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: poetry build
3636

3737
- name: Publish package
38-
uses: pypa/gh-action-pypi-publish@release/76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
38+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
3939
with:
4040
user: __token__
4141
password: ${{ secrets.PYPI_API_KEY }}

0 commit comments

Comments
 (0)