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 988fa4a commit 28a07adCopy full SHA for 28a07ad
.github/workflows/build-and-release.yml
@@ -82,12 +82,12 @@ jobs:
82
files: |
83
dist/*.whl
84
- name: Publish to Test PyPI
85
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
86
with:
87
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
88
repository_url: https://test.pypi.org/legacy/
89
- name: Publish to PyPI
90
if: startsWith(github.ref, 'refs/tags')
91
92
93
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments