diff --git a/Makefile b/Makefile index cca54e2..7606625 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,8 @@ bdist: test: pytest -q + +upload: + twine check dist/* + twine upload --repository-url https://test.pypi.org/legacy/ dist/* + twine upload dist/*