-
Notifications
You must be signed in to change notification settings - Fork 76
Deployment
xulabs edited this page Jan 30, 2020
·
5 revisions
To deploy the code to https://test.pypi.org run following command
python setup.py sdist
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* -c "aitom-0.0.1"`
Then the deployed package will appear here: https://test.pypi.org/project/aitom/0.0.1/