rm -rf dist build jupyterlab_execute_time/labextension jlpm run build python setup.py sdist bdist_wheel Test this against the test pypi. You can then install from here to test as well: twine upload --repository-url https://test.pypi.org/legacy/ dist/* # In a new venv pip install -...