Created
July 28, 2020 16:45
-
-
Save therightstuff/900a0ff9a35c78a88df4196f460bef54 to your computer and use it in GitHub Desktop.
Private PyPI repository access configurations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
machine hostname.com | |
login USERNAME | |
password UNENCODED_PASSWORD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
extra-index-url = https://USERNAME:[email protected]/path/to/repository/pypi-hosted/simple | |
trusted-host = hostname.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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