Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 8a234af9 authored by Dorian Turba's avatar Dorian Turba
Browse files

add skip-existing

parent 792aefde
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,6 @@ pytest
```bash
pip install --upgrade pip
pip install -r build_requirements.txt
rm -r dist || true
python -m build
```
......@@ -167,7 +166,7 @@ python -m build
```bash
pip install --upgrade twine
python -m twine upload --repository pypi dist/*
python -m twine upload --repository pypi dist/* --skip-existing
```
You will be prompted for a username and password. For the username, use __token__. For the password, use the token value, including the pypi- prefix.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment