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 c71c040 + f7c1058 commit a0077f9Copy full SHA for a0077f9
.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.10.2
+ uses: pypa/gh-action-pypi-publish@v1.10.3
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