mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
release prep
This commit is contained in:
parent
aed87ee5dd
commit
daa2ec7dfc
3 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue