updated makefile, changed name to blag

This commit is contained in:
Bastian Venthur
2021-02-01 21:07:37 +01:00
parent 2f60351181
commit e18e5f6aa1
3 changed files with 4 additions and 3 deletions

View File

@@ -19,7 +19,8 @@ lint:
.PHONY: lint
release:
$(VENV)/bin/python3 setup.py sdist bdist_wheel upload
$(VENV)/bin/python3 setup.py sdist bdist_wheel
$(VENV)/bin/twine upload dist/*
.PHONY: release
clean: