Skip to content

Commit 6c1ab7a

Browse files
committed
feat: update publish script
1 parent 8a0e0d0 commit 6c1ab7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ jobs:
4343
- name: Publish to PyPI
4444
uses: pypa/gh-action-pypi-publish@release/v1
4545
with:
46+
user: __token__
4647
password: ${{ secrets.PYPI_API_TOKEN }}
48+
skip-existing: true

0 commit comments

Comments
 (0)