Skip to content

Commit b372b36

Browse files
authored
Fix referenced gh-action-pypi-publish version in wheels.yml (#31)
1 parent 0bf1e8f commit b372b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
name: artifact
7676
path: dist
7777

78-
- uses: pypa/gh-action-pypi-publish@v1
78+
- uses: pypa/gh-action-pypi-publish@release/v1
7979
with:
8080
user: __token__
8181
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)