File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ACTIVATE_ENV = source $$(conda info --base)/etc/profile.d/conda.sh ; conda activ
88setup : build
99 @conda env update -f env.yaml -n $(CONDA_ENV_NAME ) --prune
1010 @DIST_VERSION=$$(echo $(VERSION ) | \
11- sed -E ' s/^v([0-9]+\.[0-9]+\.[0-9]+)( -rc([0-9]+))? /\1rc\3 /' ); \
11+ sed -E ' s/^v([0-9]+\.[0-9]+\.[0-9]+)-rc([0-9]+)/\1rc\2/; s/^v([0-9]+\.[0-9]+\.[0-9]+)/\1 /' ); \
1212 $(ACTIVATE_ENV ) && pip install " dist/turing_pyfunc_ensembler_job-$$ {DIST_VERSION}-py3-none-any.whl[dev]"
1313
1414.PHONY : type-check
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ACTIVATE_ENV = source $$(conda info --base)/etc/profile.d/conda.sh ; conda activ
88setup : build
99 @conda env update -f env.yaml -n $(CONDA_ENV_NAME ) --prune
1010 @DIST_VERSION=$$(echo $(VERSION ) | \
11- sed -E ' s/^v([0-9]+\.[0-9]+\.[0-9]+)( -rc([0-9]+))? /\1rc\3 /' ); \
11+ sed -E ' s/^v([0-9]+\.[0-9]+\.[0-9]+)-rc([0-9]+)/\1rc\2/; s/^v([0-9]+\.[0-9]+\.[0-9]+)/\1 /' ); \
1212 $(ACTIVATE_ENV ) && pip install " dist/turing_pyfunc_ensembler_service-$$ {DIST_VERSION}-py3-none-any.whl[dev]"
1313
1414.PHONY : lint
You can’t perform that action at this time.
0 commit comments