Skip to content

Commit 804e036

Browse files
authored
Merge pull request #2246 from benjeffery/fix-pypi
Update pypi release package
2 parents 5919699 + b91ecc8 commit 804e036

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
@@ -143,9 +143,9 @@ jobs:
143143
cp */*.{whl,gz} dist/.
144144
- name: Publish distribution to Test PyPI
145145
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
146-
uses: pypa/gh-action-pypi-publish@master
146+
uses: pypa/gh-action-pypi-publish@release/v1
147147
with:
148148
repository_url: https://test.pypi.org/legacy/
149149
- name: Publish distribution to PRODUCTION PyPI
150150
if: github.event_name == 'release'
151-
uses: pypa/gh-action-pypi-publish@master
151+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)