Skip to content

Instantly share code, notes, and snippets.

@constrict0r
Created November 3, 2018 16:58
Show Gist options
  • Save constrict0r/29fab82ed74bf7d9158628b24df5a5b6 to your computer and use it in GitHub Desktop.
Save constrict0r/29fab82ed74bf7d9158628b24df5a5b6 to your computer and use it in GitHub Desktop.
TestPyPi twine upload
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