Develop and release your python package

less than 1 minute read

Published:

How to update my code in pypi?

python setup.py sdist bdist_wheel
twine upload dist/*

Leave a Comment