Skip to content

Commit

Permalink
Update build-pkg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skim2257 committed Oct 12, 2022
1 parent bc43f29 commit 954b224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
USERNAME: ${{ secrets.pypi_username }}
KEY: ${{ secrets.pypi_pw }}
run: python -m twine upload --skip-existing -u $USERNAME -p $KEY dist/*
run: python -m twine upload -u $USERNAME -p $KEY dist/*
on-failure:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
Expand Down

0 comments on commit 954b224

Please sign in to comment.