Brian Rutledge

Results 128 comments of Brian Rutledge

I think this should be covered by https://packaging.python.org/en/latest/specifications/pypirc/, which is linked from [Twine's configuration docs](https://twine.readthedocs.io/en/stable/#configuration): > Twine can read repository configuration from a `.pypirc` file, either in your home directory,...

> If this is down to me just being impatient, failing at internet-fu, or just plain RTM, then please ignore. I don't think this is a failure on your part....

I'm having the same issue on a fresh `ubuntu:precise` Docker container plus `apt-get install python-setuptools python-dev build-essential git` and `easy_install pip==6.0.7` (which is what Travis seems to use).

@daknuett I'm surprised to see that `*.dist-info` is ending up in the `dist/` directory. Do you know why that is? Is there a way to avoid that? I'm curious what...

To @webknjaz's point, you could also try the equivalent of: ``` twine upload dist/*.{gz,whl} ``` cc @meowmeowmeowcat

I'm also trying to use django-filer without djangocms-admin-style, and have encountered UI bugs similar to the original post. In the short term, I think djangocms-admin-style should listed as a dependency....

Thanks for the update, but I'm still getting UI bugs, most noticeably around the search field. 1.8: ![filer_1_8](https://cloud.githubusercontent.com/assets/1326704/20152459/5337edb2-a68c-11e6-87d0-9c08917108bd.gif) 1.9: ![filer_1_9](https://cloud.githubusercontent.com/assets/1326704/20152444/3fec70e8-a68c-11e6-9340-7d5f8ca695f7.gif) These are from a fresh Django `startproject`, followed by `pip...

This has been reported at https://github.com/SmileyChris/easy-thumbnails/issues/591. The next release of easy-thumbnails will make SVG support optional: https://github.com/SmileyChris/easy-thumbnails/pull/597. Could SVG support be optional in django-filer?

I think using `--verbose` with Twine 3.8.0 would give the most information. Changelog: https://twine.readthedocs.io/en/latest/changelog.html#twine-3-8-0-2022-02-02