Skip to content

Commit

Permalink
不能重复提交 pypi (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaojin3616 committed Sep 12, 2023
2 parents 4de6ebe + 0b5d16d commit 53bf0ef
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 @@ -43,7 +43,6 @@ jobs:
python setup.py bdist_wheel
repo="http://110.16.193.170:50083/repository/pypi-hosted/"
twine upload --verbose -u ${{ secrets.NEXUS_USER }} -p ${{ secrets.NEXUS_PASSWORD }} --repository-url $repo dist/*.whl
twine upload dist/* -u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PASSWORD }} --repository pypi
# 发布到私服
- name: Login
Expand Down

0 comments on commit 53bf0ef

Please sign in to comment.