Skip to content

Commit

Permalink
Improve CI/CD workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssenart committed Apr 9, 2021
1 parent 6883dd2 commit 26a62e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
run: |
python updateVersion.py --nextVersion ${{ github.event.release.tag_name }}
python setup.py sdist bdist_wheel --python-tag ${{ steps.python-tag.outputs.replaced }}
twine upload dist/*
twine upload --skip-existing dist/*

0 comments on commit 26a62e7

Please sign in to comment.