Skip to content

Commit 9b62027

Browse files
committed
Added test pypi secret
1 parent eb635d2 commit 9b62027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Publish to TestPyPI
2727
env:
2828
TWINE_USERNAME: '__token__'
29-
TWINE_PASSWORD: ${{ secrets.PYPI_AUTOMATIC_RELEASE_TOKEN }}
29+
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_AUTOMATIC_RELEASE_TOKEN }}
3030
run: |
3131
twine upload --repository testpypi --skip-existing --verbose dist/*
3232
- name: Publish to PyPI

0 commit comments

Comments
 (0)