Skip to content

Deploying a new release of Mesa

Jackie Kazil edited this page May 23, 2017 · 1 revision

(IN PROGRESS)

Presetup

Make sure you have twine: pip install twine.

Instance Deploy

  1. Update the version number in Mesa's init.py.

  2. Create a wheel and upload to pypitest.

python setup.py bdist_wheel upload -r pypitest