diff --git a/Makefile b/Makefile index 5af87c9f6d7df4cf6ebdccafcb40eb6a05f2b1d0..5e90960b1475db3ec475230c539c30154e90c354 100644 --- a/Makefile +++ b/Makefile @@ -75,8 +75,9 @@ servedocs: docs ## compile the docs watching for changes watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D . release: clean ## package and upload a release - python3 setup.py sdist upload - python3 setup.py bdist_wheel upload + python3 setup.py sdist + python3 setup.py bdist_wheel + twine upload dist/* dist: clean ## builds source and wheel package python3 setup.py sdist