Skip to content

Commit cb7e80d

Browse files
authored
chore: Use PYPI_SECRET_TOKEN instead of PYPI_TOKEN (#62)
1 parent 1c4168b commit cb7e80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
file_glob: true
3838
- name: Deploy to PyPI
3939
run: |
40-
poetry publish -u "__token__" -p "${{ secrets.PYPI_TOKEN }}"
40+
poetry publish -u "__token__" -p "${{ secrets.PYPI_SECRET_TOKEN }}"

0 commit comments

Comments
 (0)