Skip to content

Instantly share code, notes, and snippets.

@jeanmidevacc
Created March 15, 2026 15:39
Show Gist options
  • Select an option

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

Select an option

Save jeanmidevacc/cbac4f4f0458041a11f91967f3355871 to your computer and use it in GitHub Desktop.
# Check dist are ok
twine check dist/*
# Upload to pypi (when local setup is done , advice use api way)
twine upload dist/*
# upload to test pypi
twine upload --repository testpypi dist/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment