/ Home

Updating Packages in PyPi

pip install realpython-reader twine

python setup.py sdist bdist_wheel
twine check dist/*
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*