Skip to content

Commit 593c81e

Browse files
authored
set: prod
Updated the token used for publishing to TestPyPI.
1 parent 9938466 commit 593c81e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Publish to TestPyPI
3737
env:
38-
PYPI_TOKEN: ${{ secrets.TEST_PYPI_TOKEN }}
38+
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
3939
run: |
4040
source venv/bin/activate
41-
twine upload dist/* --repository testpypi --username __token__ --password $PYPI_TOKEN
41+
twine upload dist/* --username __token__ --password $PYPI_TOKEN

0 commit comments

Comments
 (0)