Skip to content
esben edited this page Oct 17, 2014 · 1 revision

XD-tool releases must be uploaded to PyPi.

To do this, follow one of the many guides on how to submit packages to PyPi.

It goes something alone these lines:

  1. Create a PyPi account (if you don't already have one)
  2. Configure your ~/.pypirc file with the details
  3. Run 'python3 setup.py sdist upload'

Before doing this, you should make sure

  • that you have a clean checkout of the XD-tool release you are going to upload
  • that you have the rights to upload the release
  • that the release has not already been uploaded

Clone this wiki locally