Skip to content

Instantly share code, notes, and snippets.

@therightstuff
Created July 28, 2020 16:45
Show Gist options
  • Save therightstuff/900a0ff9a35c78a88df4196f460bef54 to your computer and use it in GitHub Desktop.
Save therightstuff/900a0ff9a35c78a88df4196f460bef54 to your computer and use it in GitHub Desktop.
Private PyPI repository access configurations
machine hostname.com
login USERNAME
password UNENCODED_PASSWORD
[global]
extra-index-url = https://USERNAME:[email protected]/path/to/repository/pypi-hosted/simple
trusted-host = hostname.com
[global]
extra-index-url = https://hostname.com/path/to/repository/pypi-hosted/simple
trusted-host = hostname.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment