Skip to content

Commit 8da3cd4

Browse files
authored
fix: use secret for publishing (#17)
1 parent 2f8572b commit 8da3cd4

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
@@ -28,5 +28,5 @@ jobs:
2828
twine check dist/*
2929
- name: Publish
3030
run: |
31-
twine upload --non-interactive --verbose --username __token__ --password "$PYPI_API_TOKEN" dist/*
31+
twine upload --non-interactive --verbose --username __token__ --password ${{ secrets.PYPI_API_TOKEN }} dist/*
3232

0 commit comments

Comments
 (0)