mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
fix copy pasta
This commit is contained in:
parent
0a3638a62f
commit
489e23dd53
1 changed files with 3 additions and 4 deletions
7
Makefile
7
Makefile
|
|
@ -25,9 +25,8 @@ PYTHON37 ?= $(PYENV37)/bin/python
|
||||||
PYTHON36 ?= $(PYENV36)/bin/python
|
PYTHON36 ?= $(PYENV36)/bin/python
|
||||||
PYTHON27 ?= $(PYENV27)/bin/python
|
PYTHON27 ?= $(PYENV27)/bin/python
|
||||||
|
|
||||||
BDIST_WHEEL_LIB3TO6 = $(shell bash -c "ls -1t dist/pycalver*py2*.whl | head -n 1")
|
BDIST_WHEEL_PYCALVER = $(shell bash -c "ls -1t dist/pycalver*py2*.whl | head -n 1")
|
||||||
SDIST_LIB3TO6 = $(shell bash -c "ls -1t dist/pycalver*.tar.gz | head -n 1")
|
SDIST_PYCALVER = $(shell bash -c "ls -1t dist/pycalver*.tar.gz | head -n 1")
|
||||||
DIST_WHEEL_TEST = $(shell bash -c "ls -1t test_project/dist/*py2*.whl | head -n 1")
|
|
||||||
BUILD_LOG_DIR = "test_build_logs/"
|
BUILD_LOG_DIR = "test_build_logs/"
|
||||||
BUILD_LOG_FILE := $(shell date +"$(BUILD_LOG_DIR)%Y%m%dt%H%M%S%N.log")
|
BUILD_LOG_FILE := $(shell date +"$(BUILD_LOG_DIR)%Y%m%dt%H%M%S%N.log")
|
||||||
|
|
||||||
|
|
@ -149,7 +148,7 @@ build: build/.local_install.make_marker
|
||||||
|
|
||||||
upload: build/.install.make_marker build/README.html
|
upload: build/.install.make_marker build/README.html
|
||||||
$(PYTHON36) setup.py bdist_wheel --python-tag=py2.py3
|
$(PYTHON36) setup.py bdist_wheel --python-tag=py2.py3
|
||||||
$(PYENV36)/bin/twine upload $(BDIST_WHEEL_LIB3TO6)
|
$(PYENV36)/bin/twine upload $(BDIST_WHEEL_PYCALVER)
|
||||||
|
|
||||||
|
|
||||||
setup_conda_envs: build/.setup_conda_envs.make_marker
|
setup_conda_envs: build/.setup_conda_envs.make_marker
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue