-
Update the version in the setup.py file.
-
Run:
python3 setup.py sdist bdist_wheel
. -
Run the following:
python setup.py sdist upload -r pypi
.
Notice that this last command is deprecated. Use twine instead.
Update the version in the setup.py file.
Run:
python3 setup.py sdist bdist_wheel
.
Run the following:
python setup.py sdist upload -r pypi
.
Notice that this last command is deprecated. Use twine instead.