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.
1 parent ef1505a commit 9c23af3Copy full SHA for 9c23af3
.github/workflows/release.yml
@@ -55,14 +55,14 @@ jobs:
55
56
- name: Publish package on PyPI
57
if: steps.check-version.outputs.tag
58
- uses: pypa/gh-action-pypi-publish@v1.10.2
+ uses: pypa/gh-action-pypi-publish@v1.12.3
59
with:
60
user: __token__
61
password: ${{ secrets.PYPI_TOKEN }}
62
63
- name: Publish package on TestPyPI
64
if: ! steps.check-version.outputs.tag
65
66
67
68
password: ${{ secrets.TEST_PYPI_TOKEN }}
0 commit comments