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 4ed802e + 6911dcc commit 07b107dCopy full SHA for 07b107d
.github/workflows/release.yml
@@ -57,14 +57,14 @@ jobs:
57
58
- name: Publish package on PyPI
59
if: steps.check-version.outputs.tag
60
- uses: pypa/gh-action-pypi-publish@v1.12.2
+ uses: pypa/gh-action-pypi-publish@v1.12.3
61
with:
62
user: __token__
63
password: ${{ secrets.PYPI_TOKEN }}
64
65
- name: Publish package on TestPyPI
66
if: "! steps.check-version.outputs.tag"
67
68
69
70
password: ${{ secrets.TEST_PYPI_TOKEN }}
0 commit comments