Skip to content

Commit

Permalink
Make publish process possible on MacOS
Browse files Browse the repository at this point in the history
There the system python interpreter is referred to as `python3`,
at least when installed by homebrew.
  • Loading branch information
Byron committed Sep 11, 2023
1 parent d99b2d4 commit f86f09e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ release: clean
make force_release

force_release: clean
git push --tags origin main
python -m build --sdist --wheel
python3 -m build --sdist --wheel
twine upload dist/*
git push --tags origin main

0 comments on commit f86f09e

Please sign in to comment.