release prep

This commit is contained in:
Manuel Barkhau 2020-10-18 21:01:31 +00:00
parent aed87ee5dd
commit daa2ec7dfc
3 changed files with 9 additions and 2 deletions

View file

@ -564,6 +564,8 @@ bump_version:
## Create python sdist and bdist_wheel files
.PHONY: dist_build
dist_build:
@rm -rf build/lib3to6_out/
@rm -rf build/bdist*
$(DEV_ENV_PY) setup.py sdist;
$(DEV_ENV_PY) setup.py bdist_wheel --python-tag=$(BDIST_WHEEL_PYTHON_TAG);
@rm -rf src/*.egg-info