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.
2 parents 5919699 + b91ecc8 commit 804e036Copy full SHA for 804e036
.github/workflows/wheels.yml
@@ -143,9 +143,9 @@ jobs:
143
cp */*.{whl,gz} dist/.
144
- name: Publish distribution to Test PyPI
145
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
146
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
147
with:
148
repository_url: https://test.pypi.org/legacy/
149
- name: Publish distribution to PRODUCTION PyPI
150
if: github.event_name == 'release'
151
0 commit comments