Skip to content

Commit 3ba3ab9

Browse files
committed
Update publish-package.yml
1 parent c6bc43d commit 3ba3ab9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish-package.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
verbose: true
6565
skip-existing: true
6666
repository-url: https://test.pypi.org/legacy/
67+
env:
68+
TWINE_USERNAME: __token__
69+
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
6770

6871
publish-pypi:
6972
name: Publish to PyPI
@@ -88,6 +91,9 @@ jobs:
8891
with:
8992
verbose: true
9093
skip-existing: true
94+
env:
95+
TWINE_USERNAME: __token__
96+
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
9197

9298
github-release:
9399
name: Create GitHub Release

0 commit comments

Comments
 (0)