From b7817edd5e2ea3f7e525f61d63c5a82c0e625482 Mon Sep 17 00:00:00 2001 From: Adam Whittingham Date: Wed, 25 Oct 2023 16:46:18 +0100 Subject: [PATCH] Clean correct directory --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6973f4b..9794ad9 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ all: test .PHONY: clean clean: - rm -rf build + rm -rf dist .PHONY: init_ci init_ci: @@ -50,8 +50,7 @@ pytest: release: test # Check pypi configured test -f ~/.pypirc - twine upload -r testpypi dist/* - # twine upload -r pypi dist/* + twine upload -r pypi dist/* git tag $(CURRENT_VERSION) git push --tags git push