Created
November 3, 2018 16:58
-
-
Save constrict0r/29fab82ed74bf7d9158628b24df5a5b6 to your computer and use it in GitHub Desktop.
TestPyPi twine upload
This file contains hidden or 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 | |
twine upload --repository-url https://test.pypi.org/legacy/ dist/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment