Skip to content

Commit

Permalink
Change to python3 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklamers committed May 18, 2023
1 parent 51eeeb8 commit 49a6cd7
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 @@ -18,7 +18,7 @@ compile_frontend:

bundle_pypi:
rm -rf dist && \
python setup.py sdist bdist_wheel
python3 setup.py sdist bdist_wheel

upload_pypi:
twine upload dist/*

0 comments on commit 49a6cd7

Please sign in to comment.