File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -144,13 +144,13 @@ dist: artifacts_dir ## builds distribution wheel for `osparc_client` and `osparc
144
144
python -m pip install build
145
145
# Building a binary wheel and a source tarball ...
146
146
python -m build --sdist --wheel $(ARTIFACTS_DIR ) /client
147
- python -m build --sdist --wheel $(CLIENTS_PYTHON_DIR ) /src
147
+ python -m build --sdist --wheel $(CLIENTS_PYTHON_DIR )
148
148
# Copying to artifacts/dist ...
149
149
@-rm -rf $(ARTIFACTS_DIR ) /dist
150
150
@mkdir $(ARTIFACTS_DIR ) /dist
151
- @cp $$(ls artifacts/client/dist/*.whl ) $(ARTIFACTS_DIR ) /dist
152
- @cp $$(ls client/ dist/*.whl ) $(ARTIFACTS_DIR ) /dist
153
- @cp VERSION $(ARTIFACTS_DIR ) /dist
151
+ @cp -v $$(ls artifacts/client/dist/*.whl ) $(ARTIFACTS_DIR ) /dist
152
+ @cp -v $$(ls dist/*.whl ) $(ARTIFACTS_DIR ) /dist
153
+ @cp -v VERSION $(ARTIFACTS_DIR ) /dist
154
154
155
155
.PHONY : build-n-install-osparc-dev
156
156
build-n-install-osparc-dev : python-client # # install the built osparc package in editable mode
You can’t perform that action at this time.
0 commit comments