You can also upload it as a test package to `test.pypi.org`:
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
Which can then be installed:
> pip install --upgrade --index-url https://test.pypi.org/simple gtree
4. Verify the install
If you have installed the package locally using `pip install -e .` you already have the latest version.
You can use the Dockerfile instead and run the following commands to ensure that the version has been published (if you have `make` installed simply run `make docker` instead):
> docker build -t gtree .
> docker run gtree
Publish using the Makefile
See the `Makefile` for commands that you can use to publish.