Skip to content

Instantly share code, notes, and snippets.

@pavdmyt
Created January 27, 2019 22:49
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 pavdmyt/a408008c6c5b92ec1883817d7e6a181d to your computer and use it in GitHub Desktop.
Save pavdmyt/a408008c6c5b92ec1883817d7e6a181d to your computer and use it in GitHub Desktop.
pypirc; upload package to PyPI
# ~/.pypirc upload to PyPI (legacy way)
# https://medium.freecodecamp.org/how-to-publish-a-pyton-package-on-pypi-a89e9522ce24
[distutils]
index-servers=pypi
[pypi]
repository = https://upload.pypi.org/legacy/
username = <pypi-user>
password = <pypi-pwd>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment