Skip to content
Snippets Groups Projects
Commit 96383388 authored by Mateusz Klimaszewski's avatar Mateusz Klimaszewski
Browse files

Skip upload to pypi if exists.

parent f5b2b946
No related branches found
No related tags found
2 merge requests!35Develop,!34Release 1.0.3.
...@@ -33,6 +33,7 @@ pypi_publish: ...@@ -33,6 +33,7 @@ pypi_publish:
- pip install twine - pip install twine
- python setup.py sdist bdist_wheel - python setup.py sdist bdist_wheel
- python -m twine upload - python -m twine upload
--skip-existing
--repository-url https://pypi.clarin-pl.eu/ --repository-url https://pypi.clarin-pl.eu/
-u $PIPY_USER -u $PIPY_USER
-p $PIPY_PASS -p $PIPY_PASS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment