Skip to content

Commit e535d56

Browse files
authored
ci: upgrade gh-action-pypi-publish release action (#177)
upgrade pypi release action
1 parent 93bc622 commit e535d56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- name: List wheel files
136136
run: find -name *.whl
137137
- name: Publish package distributions to PyPi
138-
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
138+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
139139
with:
140140
password: ${{ secrets.PYPI }}
141141
repository-url: https://upload.pypi.org/legacy/

0 commit comments

Comments
 (0)