We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4347977 commit 4a33df8Copy full SHA for 4a33df8
clients/python/Makefile
@@ -173,7 +173,6 @@ dist: artifacts_dir ## builds distribution wheel for `osparc_client` and `osparc
173
@mkdir $(ARTIFACTS_DIR)/dist
174
@cp -v $$(ls artifacts/client/dist/*.whl) $(ARTIFACTS_DIR)/dist
175
@cp -v $$(ls dist/*.whl) $(ARTIFACTS_DIR)/dist
176
- @cp -v VERSION $(ARTIFACTS_DIR)/dist
177
178
179
0 commit comments