Skip to content

Instantly share code, notes, and snippets.

@LemonPi
Created July 8, 2024 18:37
Show Gist options
  • Save LemonPi/ebf86591c62dfe3c4ef476d2a3ec994e to your computer and use it in GitHub Desktop.
Save LemonPi/ebf86591c62dfe3c4ef476d2a3ec994e to your computer and use it in GitHub Desktop.
High level guide and useful commands for making and updating python packages
python packaging guide
after update, increment version number then
python3 -m pip install --upgrade build twine
python3 -m build
python3 -m twine upload dist/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment