Skip to content

Commit 7d89ac9

Browse files
committed
Back to token-based
1 parent 388bc2e commit 7d89ac9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ jobs:
4343
uses: pypa/gh-action-pypi-publish@release/v1
4444
with:
4545
skip-existing: true
46+
password: ${{ secrets.pypi_token }}

.github/workflows/verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ jobs:
5050
with:
5151
repository-url: https://test.pypi.org/legacy/
5252
skip-existing: true
53+
password: ${{ secrets.testpypi_token }}

0 commit comments

Comments
 (0)