1
0
forked from GitHub/gf-core

try --skip-existing

This commit is contained in:
Krasimir Angelov
2023-01-27 17:17:52 +01:00
parent cd3372de35
commit 0375f0f36d

View File

@@ -348,4 +348,4 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.pypi_password }}
run: |
(cd ./src/runtime/python && curl -I --fail https://pypi.org/project/$(python setup.py --name)/$(python setup.py --version)/) || twine upload dist/*
(cd ./src/runtime/python && curl -I --fail https://pypi.org/project/$(python setup.py --name)/$(python setup.py --version)/) || twine upload --skip-existing dist/*