We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0aa89 commit dec86daCopy full SHA for dec86da
.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.8.11
+ uses: pypa/gh-action-pypi-publish@v1.8.12
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