Skip to content

Instructions to upload pypi

Darío López Padial edited this page Nov 15, 2020 · 3 revisions

Instructions to update pypi

  1. Edit your code
  2. Edit 'version' and 'download_url' in setup.py
  3. git tag X.Y.Z -m "tag description"
  4. git push --tags origin master
  5. python setup.py sdist upload -r pypi

Notes:

https://geekytheory.com/como-subir-tu-propio-paquete-a-pypi

Clone this wiki locally