Skip to content

Commit

Permalink
Remove extra upload command in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
liang2kl committed Oct 15, 2022
1 parent 4d02d24 commit 43c88c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
pip install --upgrade twine build
python -m unittest
python -m build
twine upload dist/*
- name: Upload to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 43c88c2

Please sign in to comment.