-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doesn't work with my pypirc file. #61
Comments
Similar issue: [test] [pypi] It works with setup.py upload but with this command: |
@wernerfb I think twine is expecting you to do |
Hi Ian, On 12/8/2014 4:38, Ian Cordasco wrote:
Werner |
@rbtcollins could you provide a better description of what "barfs" means please? I think I know what the issue is, but I want to make sure. Also could you provide a little more detail about your |
So this is supported by distutils and is the "old format" of the |
The website https://packaging.python.org/tutorials/packaging-projects/ seems to be terribly outdated. |
@soerendip this is not the place to complain about that. |
@soerendip A more appropriate place would be https://github.com/pypa/packaging.python.org/issues, though I'd encourage you to review the existing issues before filing a new one. And, if you choose to update or add an issue, provide details on how you feel that the docs could be improved. |
My ~/.pypirc file contains:
"""[server-login]
username:name
password:password
""""
but twine barfs on this. setup.py upload works fine.
The text was updated successfully, but these errors were encountered: