PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Wednesday the 27th of March, 2019

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[22:31:27] <dxiri> Hi everyone, trying to build my first python package and I have a question
[22:31:30] <dxiri> I am trying: twine upload --repository-url https://test.pypi.org/legacy/ dist/*
[22:31:50] <dxiri> but twine wants an username/password, where do I register for that?
[22:34:24] <dxiri> the documentation here says there is no need for a user/pass: https://pypi.org/project/twine/
[23:21:24] <njs> dxiri: https://test.pypi.org/account/register/
[23:21:37] <njs> dxiri: test.pypi.org accounts are separate from pypi.org accounts
[23:25:09] <dxiri> thanks! also noticed not all packages are there so dependencies break :)
[23:26:14] <njs> yeah, test-pypi is a bit of a hack unfortunately
[23:26:23] <njs> but still useful for messing around