Last active
March 15, 2026 15:03
-
-
Save jeanmidevacc/d9bc26e441e51d0cd7eb43fd69b15f30 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # basic cmd | |
| python -m build | |
| # Select the outputs | |
| python -m build --wheel # wheel only (faster, skips sdist) | |
| python -m build --sdist # sdist only | |
| ## A lot of logs diverse to have finiw with that in a dist/ folder | |
| Successfully built pyscoundrel-0.1.7.tar.gz and pyscoundrel-0.1.7-py3-none-any.whl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment