Building a new version In order to build a new version - Increment the version in setup.py rm -rf build dist selenium_helpers.egg-info python setup.py sdist bdist_wheel python -m twine upload --repository pypi dist/*