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 41e3708 commit 6e67f1cCopy full SHA for 6e67f1c
.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.6.4
+ uses: pypa/gh-action-pypi-publish@v1.8.5
60
with:
61
user: ${{ secrets.PYPI_STACUTILS_USERNAME }}
62
password: ${{ secrets.PYPI_STACUTILS_PASSWORD}}
63
64
- name: Publish package on TestPyPI
65
if: "! steps.check-version.outputs.tag"
66
67
68
user: __token__
69
password: ${{ secrets.TEST_PYPI_TOKEN }}
0 commit comments