mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
fix for clean dist_build
This commit is contained in:
parent
c6932060fb
commit
a89ec67dde
1 changed files with 1 additions and 0 deletions
|
|
@ -565,6 +565,7 @@ bump_version:
|
||||||
.PHONY: dist_build
|
.PHONY: dist_build
|
||||||
dist_build:
|
dist_build:
|
||||||
@rm -rf build/lib3to6_out/
|
@rm -rf build/lib3to6_out/
|
||||||
|
@rm -rf build/lib/
|
||||||
@rm -rf build/bdist*
|
@rm -rf build/bdist*
|
||||||
$(DEV_ENV_PY) setup.py sdist;
|
$(DEV_ENV_PY) setup.py sdist;
|
||||||
$(DEV_ENV_PY) setup.py bdist_wheel --python-tag=$(BDIST_WHEEL_PYTHON_TAG);
|
$(DEV_ENV_PY) setup.py bdist_wheel --python-tag=$(BDIST_WHEEL_PYTHON_TAG);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue