Skip to content

Commit 622cb34

Browse files
committed
Use full commit SHA in github action
1 parent 7203274 commit 622cb34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
path: dist/
6363
- name: Push to pypi
6464
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
65-
uses: pypa/gh-action-pypi-publish@release/v1.13
65+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1.13
6666
with:
6767
user: __token__
6868
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)