Skip to content

Commit

Permalink
Clean correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWhittingham committed Oct 25, 2023
1 parent c9e307b commit b7817ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ all: test

.PHONY: clean
clean:
rm -rf build
rm -rf dist

.PHONY: init_ci
init_ci:
Expand Down Expand Up @@ -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

0 comments on commit b7817ed

Please sign in to comment.