Skip to content

Commit 864578b

Browse files
committed
fix package publish
1 parent a7044b2 commit 864578b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- name: Publish package
3131
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
3232
run: |
33-
poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }}
33+
poetry publish -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)