diff --git a/Makefile b/Makefile index 0b4778c..b512aa9 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ docs: .venv/docs/bin/sphinx-build ## generate Sphinx HTML documentation, includi test-release: clean-build clean-pyc dist ## package and upload a release to test.pypi.org twine upload --repository-url https://test.pypi.org/legacy/ dist/* -release: clean-bild clean-pyc dist ## package and upload a release +release: clean-build clean-pyc dist ## package and upload a release twine upload dist/*