Created
April 8, 2020 14:31
-
-
Save EricSchles/6810c79da7503e8ed313f2434747ac50 to your computer and use it in GitHub Desktop.
A little utility for uploading python package updates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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