Skip to content

Instantly share code, notes, and snippets.

@mardix
Created August 25, 2019 19:12
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 mardix/00fa3606f56fa9e5ab87b1f4d30e4bc6 to your computer and use it in GitHub Desktop.
Save mardix/00fa3606f56fa9e5ab87b1f4d30e4bc6 to your computer and use it in GitHub Desktop.
To release pypi package
# To release pypi package
alias pypi-publish='python setup.py register -r pypi && python -m twine upload dist/*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment