Skip to content

Instantly share code, notes, and snippets.

@noahyonack
Created July 25, 2019 19:57
Show Gist options
  • Save noahyonack/0d115be825797888cd12ae41eef0d082 to your computer and use it in GitHub Desktop.
Save noahyonack/0d115be825797888cd12ae41eef0d082 to your computer and use it in GitHub Desktop.
A simple .pypirc config file for automating the process of uploading your packages to PyPI
[distutils]
index-servers =
pypi
[pypi]
username: <YOUR PYPI USERNAME>
password: <YOUR PYPI PASSWORD>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment