Skip to content

Commit c8a8bec

Browse files
committed
Pypi action upgrade
1 parent 5cc6b56 commit c8a8bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
path: dist
107107

108108
- name: Publish package to PyPI
109-
uses: pypa/gh-action-pypi-publish@master
109+
uses: pypa/gh-action-pypi-publish@release/v1
110110
with:
111111
user: ${{ secrets.pypi_username }}
112112
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)