Go through this tutorial
Commands to run often:
python3 setup.py sdist bdist_wheel
: to build distributionpython3 -m twine upload --repository testpypi dist/*
: to upload to testpypipython3 -m twine upload dist/*
: to upload to pypi
Go through this tutorial
Commands to run often:
python3 setup.py sdist bdist_wheel
: to build distributionpython3 -m twine upload --repository testpypi dist/*
: to upload to testpypipython3 -m twine upload dist/*
: to upload to pypi