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 556ca20 + 966730c commit a287310Copy full SHA for a287310
.github/workflows/publish-to-test-pypi.yml
@@ -19,13 +19,13 @@ jobs:
19
run: |
20
python3 setup.py sdist bdist_wheel
21
- name: Publish distribution to Test PyPI
22
- uses: pypa/gh-action-pypi-publish@main
+ uses: pypa/gh-action-pypi-publish@release/v1
23
with:
24
password: ${{ secrets.test_pypi_password }}
25
repository_url: https://test.pypi.org/legacy/
26
skip_existing: true
27
- name: Publish distribution to PyPI
28
if: startsWith(github.ref, 'refs/tags')
29
30
31
password: ${{ secrets.pypi_password }}
0 commit comments