mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 12:56:22 +02:00
ci: add skip-existing to twine upload
This commit is contained in:
parent
e5623b7d50
commit
81eb452e9f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/actions.yml
vendored
2
.github/workflows/actions.yml
vendored
|
|
@ -67,7 +67,7 @@ deploy:
|
|||
|
||||
- name: Upload to PyPI using twine
|
||||
run: |
|
||||
twine upload dist/*
|
||||
twine upload --skip-existing dist/*
|
||||
env:
|
||||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue