Skip to content

Commit

Permalink
Fix python release (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz authored Apr 4, 2020
1 parent fbda811 commit 2e0eb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ clean:
$(gradle) assemble publishToMavenLocal
touch $@

.mk/client-python-publish-local: version
.mk/client-python-publish-local: version .mk/client-python-install
cd client-python && rm -rf dist && $(vpy) setup.py sdist bdist_wheel && ls dist
touch $@

Expand Down

0 comments on commit 2e0eb08

Please sign in to comment.