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 d95ccb1 commit 9ff2fa2Copy full SHA for 9ff2fa2
.github/workflows/release.yml
@@ -58,15 +58,14 @@ jobs:
58
if: steps.check-version.outputs.tag
59
uses: pypa/[email protected]
60
with:
61
- user: __token__
62
- password: ${{ secrets.PYPI_TOKEN }}
+ user: ${{ secrets.PYPI_STACUTILS_PASSWORD }}
+ password: ${{ secrets.PYPI_STACUTILS_USERNAME }}
63
64
- name: Publish package on TestPyPI
65
if: "! steps.check-version.outputs.tag"
66
67
68
69
- password: ${{ secrets.TEST_PYPI_TOKEN }}
+ password: ${{ secrets.TEST_PYPI_API_TOKEN }}
70
repository_url: https://test.pypi.org/legacy/
71
72
- name: Publish the release notes
0 commit comments