Skip to content

Commit 9ec2700

Browse files
committed
Reverting the test Pypi publish action
1 parent 7ba120e commit 9ec2700

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@release/v1
109+
uses: pypa/gh-action-pypi-publish@master
110110
with:
111111
user: ${{ secrets.pypi_username }}
112112
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)