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 a33b44d commit 329cf97Copy full SHA for 329cf97
.github/workflows/release.yml
@@ -57,13 +57,13 @@ jobs:
57
58
- name: Publish package on PyPI
59
if: steps.check-version.outputs.tag
60
- uses: pypa/gh-action-pypi-publish@v1.8.3
+ uses: pypa/gh-action-pypi-publish@v1.8.10
61
with:
62
password: ${{ secrets.PYPI_TOKEN }}
63
64
- name: Publish package on TestPyPI
65
if: "! steps.check-version.outputs.tag"
66
67
68
password: ${{ secrets.TEST_PYPI_TOKEN }}
69
repository_url: https://test.pypi.org/legacy/
0 commit comments