File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ HOSTNAME := $(shell hostname)
3
3
S3_PREFIX := s3://rstudio-connect-downloads/connect/rsconnect-python
4
4
5
5
PACKAGE_NAME ?= rsconnect_python
6
- BDIST_WHEEL : = dist/$(PACKAGE_NAME ) -$(VERSION ) -py2.py3-none-any.whl
6
+ BDIST_WHEEL ? = dist/$(PACKAGE_NAME ) -$(VERSION ) -py2.py3-none-any.whl
7
7
8
8
RUNNER = docker run \
9
9
-it --rm \
@@ -128,9 +128,8 @@ version:
128
128
# exported as a point of reference instead.
129
129
.PHONY : dist
130
130
dist :
131
- $(eval CLEAN_VERSION := $(shell python -m setuptools_scm) )
132
131
./scripts/temporary-rename
133
- SETUPTOOLS_SCM_PRETEND_VERSION=$(CLEAN_VERSION ) pip wheel --no-deps -w dist .
132
+ SETUPTOOLS_SCM_PRETEND_VERSION=$(VERSION ) pip wheel --no-deps -w dist .
134
133
twine check $(BDIST_WHEEL )
135
134
rm -vf dist/* .egg
136
135
@echo " ::set-output name=whl::$( BDIST_WHEEL) "
You can’t perform that action at this time.
0 commit comments