Skip to content

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy