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 1e8171f + b085cc5 commit f3c6649Copy full SHA for f3c6649
.github/workflows/release.yml
@@ -56,14 +56,14 @@ jobs:
56
57
- name: Publish package on PyPI
58
if: steps.check-version.outputs.tag
59
- uses: pypa/gh-action-pypi-publish@v1.5.0
+ uses: pypa/gh-action-pypi-publish@v1.8.10
60
with:
61
user: __token__
62
password: ${{ secrets.PYPI_API_TOKEN }}
63
64
- name: Publish package on TestPyPI
65
if: "! steps.check-version.outputs.tag"
66
67
68
69
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
0 commit comments