Added option

This commit is contained in:
RealStickman 2020-10-03 20:46:13 +02:00
parent f0a48642cf
commit 3d7dc3f244

View File

@ -9,5 +9,5 @@ python setup.py bdist_wheel sdist
Upload to pypi
```bash
twine upload dist/*
twine upload --skip-existing dist/*
```