Skip to content

Instantly share code, notes, and snippets.

@exesse
Created January 7, 2021 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exesse/5b797dd55df9d4639f98dafe0cfa79e6 to your computer and use it in GitHub Desktop.
Save exesse/5b797dd55df9d4639f98dafe0cfa79e6 to your computer and use it in GitHub Desktop.
make PyPi package
# Install twine
pip install twine
# Make dist
python setup.py sdist bdist_wheel
# Check dist
twine check dist/*
# Upload package to PyPi
twine upload dist/*
@exesse
Copy link
Author

exesse commented Jul 14, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment