Skip to content

Commit a7c4d6a

Browse files
committed
fix gh actions
1 parent 835da3c commit a7c4d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build package
3333
run: python -m build
3434
- name: Publish package
35-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
35+
uses: pypa/gh-action-pypi-publish@v1.9.0
3636
with:
3737
user: __token__
3838
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)