-
Notifications
You must be signed in to change notification settings - Fork 0
build
Simon Sampère edited this page Jul 12, 2024
·
2 revisions
TO DOC
Déploiement manuel sur PyPi :
- installer
twine
pip install -U twine
-
upload le contenu de
dist
dans PyPi en utilisant le<token_api>
qui se trouve dans l'entrée "PyPi - Isogeo" du KeePass Dev
python -m twine upload ./dist/* -r pypi -u __token__ -p <token_api> --verbose --skip-existing
TO DOC
Isogeo© - Isogeo Python SDK - wiki