Skip to content

Commit 973a226

Browse files
committed
Fix wheel push
1 parent 0593277 commit 973a226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ jobs:
195195
cp */*.{whl,gz} dist/.
196196
- name: Publish distribution to Test PyPI
197197
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
198-
uses: pypa/gh-action-pypi-publish@master
198+
uses: pypa/gh-action-pypi-publish@release/v1
199199
with:
200200
repository_url: https://test.pypi.org/legacy/
201201
- name: Publish distribution to PRODUCTION PyPI
202202
if: github.event_name == 'release'
203-
uses: pypa/gh-action-pypi-publish@master
203+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)