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
|
||||
|
||||
release: $(VENV)
|
||||
rm -rf dist
|
||||
$(BIN)/python setup.py sdist bdist_wheel
|
||||
$(BIN)/twine upload dist/*
|
||||
.PHONY: release
|
||||
|
||||
@@ -1 +1 @@
|
||||
__VERSION__ = '0.0.2'
|
||||
__VERSION__ = '0.0.3'
|
||||
|
||||
Reference in New Issue
Block a user