Skip to content
Simon Sampère edited this page Jul 12, 2024 · 2 revisions

Build and deploy

Build

TO DOC

Deploy

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

Clone this wiki locally