mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-27 14:25:16 +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
|
- name: Upload to PyPI using twine
|
||||||
run: |
|
run: |
|
||||||
twine upload dist/*
|
twine upload --skip-existing dist/*
|
||||||
env:
|
env:
|
||||||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue