mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2026-02-02 07:35:10 +01:00
better python version specs
This commit is contained in:
parent
0feadb0b4c
commit
70ea1f20ba
2 changed files with 4 additions and 4 deletions
2
makefile
2
makefile
|
|
@ -490,7 +490,7 @@ bump_version:
|
|||
.PHONY: dist_build
|
||||
dist_build:
|
||||
$(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=py2.py3;
|
||||
@rm -rf src/*.egg-info
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue