Skip to content

Commit 4c57150

Browse files
committed
dont include VERSION in dist dir (confuses publish workflow)
1 parent 6392fd2 commit 4c57150

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clients/python/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ dist: artifacts_dir ## builds distribution wheel for `osparc_client` and `osparc
173173
@mkdir $(ARTIFACTS_DIR)/dist
174174
@cp -v $$(ls artifacts/client/dist/*.whl) $(ARTIFACTS_DIR)/dist
175175
@cp -v $$(ls dist/*.whl) $(ARTIFACTS_DIR)/dist
176-
@cp -v VERSION $(ARTIFACTS_DIR)/dist
177176

178177

179178

0 commit comments

Comments
 (0)