Skip to content

Commit 9ff2fa2

Browse files
committed
change release config
1 parent d95ccb1 commit 9ff2fa2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,14 @@ jobs:
5858
if: steps.check-version.outputs.tag
5959
uses: pypa/[email protected]
6060
with:
61-
user: __token__
62-
password: ${{ secrets.PYPI_TOKEN }}
61+
user: ${{ secrets.PYPI_STACUTILS_PASSWORD }}
62+
password: ${{ secrets.PYPI_STACUTILS_USERNAME }}
6363

6464
- name: Publish package on TestPyPI
6565
if: "! steps.check-version.outputs.tag"
6666
uses: pypa/[email protected]
6767
with:
68-
user: __token__
69-
password: ${{ secrets.TEST_PYPI_TOKEN }}
68+
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
7069
repository_url: https://test.pypi.org/legacy/
7170

7271
- name: Publish the release notes

0 commit comments

Comments
 (0)