klayout/ci-scripts/twine
Thomas Ferreira de Lima 1bba72e45b
Adding documentation regarding manylinux, CI, and PyPI wheels
2018-12-20 16:10:55 -05:00
..
README.md Adding documentation regarding manylinux, CI, and PyPI wheels 2018-12-20 16:10:55 -05:00

README.md

After building all the travis wheels, go to the folder where the wheels were deployed. In my case, for example, /Users/tlima/Dropbox/Apps/travis-deploy/Builds/klayout/dist-pymod/0.26.0.dev10.

Then, run the command

travis upload *.whl

, which will ask for an username and password related to your account.

After this upload was successful, you can upload the source tarball. Go to klayout's git folder and run python setup.py sdist. Inside dist/, you'll find a tarball named, e.g., klayout-0.26.0.dev10.tar.gz. So just run

travis upload klayout-0.26.0.dev10.tar.gz