This is the PyPI build and upload tool for NNI project.
Before build and upload NNI package, make sure the below OS and tools are available.
Ubuntu 16.04 LTS
make
wget
Python >= 3.5
Pip
Node.js
Yarn
make
TWINE_REPOSITORY_URL=https://test.pypi.org/legacy/ make upload
You may need to input the account and password of https://test.pypi.org during this process.
make upload
You may need to input the account and password of https://pypi.org during this process.