PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Saturday the 23rd of May, 2020

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[13:24:45] <Maaaaaartin> Hi all, hope that's a good place to ask.
[13:25:23] <Maaaaaartin> I packaged a bunch of python tools at https://pypi.org/project/myPythonLibrary
[13:25:53] <Maaaaaartin> (Should be able to put directly at https://gitlab.inria.fr/mgenet/myPythonLibrary at some point.)
[13:28:56] <Maaaaaartin> Anyway, when I install it (within a binder instance, see https://mybinder.org/v2/git/https%3A%2F%2Fgitlab.inria.fr%2Fmgenet%2Fmec552/master), the library goes into a folder site-packages/name.version instead of site-packages/name.
[13:29:00] <Maaaaaartin> Is that expected?
[13:30:33] <Maaaaaartin> !logs
[13:30:33] <pmxbot> http://kafka.dcpython.org/channel/pypa
[13:38:42] <Maaaaaartin> Just asked the question at https://github.com/pypa/packaging-problems/issues/358
[21:43:15] <famubu> Hi. I just tried uploading a project to pypi using twine and it just hangs after showing "Uploading distributions to https://upload.pypi.org/legacy". I did `twine upload --repository-url https://upload.pypi.org/legacy/ dist/*`. On googling I found some issues from the past but they at least had the username prompted. For me nothing is showing up. I'm on Ubuntu 18.04, Python3.6.9, twine version 3.1.1
[21:43:21] <famubu> (pkginfo: 1.5.0.1, requests: 2.23.0, setuptools: 39.0.1, requests-toolbelt: 0.9.1, tqdm: 4.45.0). Any idea?
[22:40:54] <tos9> famubu: is there a reason you're passing --repository-url?