Skip to content
Viktor Stanchev edited this page Sep 19, 2018 · 4 revisions

WARNING: This method is deprecated. Next time try to use https://pypi.org/project/twine/

  1. update the version in pirate/data.py
  2. commit a tag with the name vx.y.z
  3. push to master
  4. edit ~/.pypirc
[distutils]
index-servers =
    pypi
[pypi]
repository:https://pypi.python.org/pypi
username:yourusername
password:yourpassword
  1. Release
./setup.py sdist upload
Clone this wiki locally