Skip to content

Instantly share code, notes, and snippets.

@jeanmidevacc
Last active March 15, 2026 15:03
Show Gist options
  • Select an option

  • Save jeanmidevacc/d9bc26e441e51d0cd7eb43fd69b15f30 to your computer and use it in GitHub Desktop.

Select an option

Save jeanmidevacc/d9bc26e441e51d0cd7eb43fd69b15f30 to your computer and use it in GitHub Desktop.
# 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