-
-
Notifications
You must be signed in to change notification settings - Fork 42
Home
Olivier Michel edited this page Feb 3, 2020
·
10 revisions
pip install setuptools
pip install wheel
pip install twine
python setup.py bdist_wheel
python -m twine upload --repository pypi dist/*
#python -m twine upload --repository pypitest dist/*
To upload you have to make sure that C:\Users\UserName\.pypirc
/ ~/.pypirc
contains:
[distutils]
index-servers =
pypi
pypitest
[pypi]
username: Cyberbotics
password: password
[pypitest]
repository: https://test.pypi.org/legacy/
username: Cyberbotics
password: password