diff --git a/Makefile b/Makefile index 06b2b61..6467493 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,8 @@ dist: clean py -m build publish: dist - py -m build twine upload --repository pypi dist/* + py -m twine upload --repository pypi dist/* test_publish: dist - py -m build twine upload --repository testpypi dist/* + py -m twine upload --repository testpypi dist/*