Skip to content

Commit 46497de

Browse files
committed
fix: replace version with full commit SHA
Signed-off-by: zongz <[email protected]>
1 parent 89fb9cc commit 46497de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
name: wheels
111111
path: python/dist
112112
- name: Publish to PyPI
113-
uses: pypa/gh-action-pypi-publish@cbd6d01
113+
uses: pypa/gh-action-pypi-publish@cbd6d01d855e02aab0908c7709d5c0ddc88c617a
114114
with:
115115
password: ${{ secrets.PYPI_API_TOKEN }}
116116
skip-existing: true

0 commit comments

Comments
 (0)