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:
1
Makefile
1
Makefile
@@ -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
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__VERSION__ = '0.0.2'
|
__VERSION__ = '0.0.3'
|
||||||
|
|||||||
Reference in New Issue
Block a user