1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

remove dist directory before building next version

This commit is contained in:
Bastian Venthur
2021-03-12 21:11:19 +01:00
parent 7eafaba49a
commit dbd1679038
2 changed files with 2 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ lint: $(VENV)
.PHONY: lint .PHONY: lint
release: $(VENV) release: $(VENV)
rm -rf dist
$(BIN)/python setup.py sdist bdist_wheel $(BIN)/python setup.py sdist bdist_wheel
$(BIN)/twine upload dist/* $(BIN)/twine upload dist/*
.PHONY: release .PHONY: release

View File

@@ -1 +1 @@
__VERSION__ = '0.0.2' __VERSION__ = '0.0.3'