Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f86f09e

Browse files
committed
Make publish process possible on MacOS
There the system python interpreter is referred to as `python3`, at least when installed by homebrew.
1 parent d99b2d4 commit f86f09e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Makefile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ release: clean
1515
make force_release
1616

1717
force_release: clean
18-
git push --tags origin main
19-
python -m build --sdist --wheel
18+
python3 -m build --sdist --wheel
2019
twine upload dist/*
20+
git push --tags origin main

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /