Advertisement
Guest User

Untitled

a guest
Sep 13th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. KeyError: Missing 'nexus' section from the configuration file
  2. or not a complete URL in --repository.
  3. Maybe you have a out-dated '~/.pypirc' format?
  4. more info: https://docs.python.org/distutils/packageindex.html#pypirc
  5.  
  6. [distutils]
  7. index-servers =
  8. nexus
  9.  
  10. [nexus]
  11. repository = some_url
  12. username = "{{ NEXUS_USER }}"
  13. password = "{{ NEXUS_PASS }}"
  14.  
  15. twine upload -r nexus *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement