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 66d906a + ce652f9 commit 622041bCopy full SHA for 622041b
.github/workflows/release.yml
@@ -60,14 +60,14 @@ jobs:
60
61
- name: Publish package on PyPI
62
if: steps.check-version.outputs.tag
63
- uses: pypa/gh-action-pypi-publish@v1.5.0
+ uses: pypa/gh-action-pypi-publish@v1.8.10
64
with:
65
user: __token__
66
password: ${{ secrets.PYPI_TOKEN }}
67
68
- name: Publish package on TestPyPI
69
if: "! steps.check-version.outputs.tag"
70
71
72
73
password: ${{ secrets.TEST_PYPI_TOKEN }}
0 commit comments