Skip to content

Instantly share code, notes, and snippets.

@EricSchles
Created April 8, 2020 14:31
Show Gist options
  • Save EricSchles/6810c79da7503e8ed313f2434747ac50 to your computer and use it in GitHub Desktop.
Save EricSchles/6810c79da7503e8ed313f2434747ac50 to your computer and use it in GitHub Desktop.
A little utility for uploading python package updates
python setup.py sdist bdist_wheel
python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
python -m twine upload dist/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment