Skip to content

Commit

Permalink
🎨 fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AlongWY committed Aug 19, 2022
1 parent d3a0f8c commit 9ae5ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ltp-extension-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,5 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD_EXT }}
run: |
pip install --upgrade twine
twine upload --skip-existing ltp_extension-*
1 change: 1 addition & 0 deletions .github/workflows/ltp-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
pip install --upgrade twine
twine upload --skip-existing ltp-*

0 comments on commit 9ae5ad7

Please sign in to comment.