We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0593277 commit 973a226Copy full SHA for 973a226
.github/workflows/wheels.yml
@@ -195,9 +195,9 @@ jobs:
195
cp */*.{whl,gz} dist/.
196
- name: Publish distribution to Test PyPI
197
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
198
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
199
with:
200
repository_url: https://test.pypi.org/legacy/
201
- name: Publish distribution to PRODUCTION PyPI
202
if: github.event_name == 'release'
203
0 commit comments