PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Monday the 21st of September, 2020

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[00:09:47] <travis-ci> pypa/pip#17989 (master - e408f70 : Pradyun Gedam): The build passed.
[00:09:48] <travis-ci> Change view : https://github.com/pypa/pip/compare/7c1e5d30965d73e149e36e274b34f1467d36965b...e408f7077f2acceaa3c751f60eb466fcc676af7c
[00:09:48] <travis-ci> Build details : https://travis-ci.com/pypa/pip/builds/185496047
[19:28:39] <alanbato> Greetings everyone! Does anybody know how could I "upload" a new project/release to my local development version of warehouse?
[19:33:33] <tos9> alanbato: I don't know (I haven't done it), but I would assume the answer probably involves twine
[19:33:38] <tos9> Have you tried that?
[19:34:14] <tos9> (twine, specify your local URL as the index, and yeah upload whatever distribution you have)
[19:38:00] <alanbato> tos9: Yes, I tried doing that (although using flit) pointing to localhost as my repository index. However, both pypi and testpypi use upload.pypi.org/legacy , so I'm not sure if I need to do something diferent for that 'subdomain'
[19:44:37] <alanbato> Tried again with twine, I'm getting connection refused... Maybe my .pypirc config is wrong?
[19:51:36] <alanbato> Ah, yes. My .pypirc local endpoint had https when I should've used http hehe. Thanks for the help tos9 :)
[20:16:16] <tos9> np!