Ofek Lev
Ofek Lev
Hatch maintainer here! Let me know if I can help
No, but that is planned!
Thanks, and cool project! I'll fix
> On my company's computer the ca-cert option is necessary lest I get another error Necessary even for `test.pypi.org`? > Is there a way to get a more verbose output...
I think I'll need help debugging this
Hatch uses `httpx` (cc @tomchristie) while Twine uses `requests` (cc @sethmlarson) ... any idea what might be different about `test.pypi.org` on some machines even though both libraries use `certifi`?
I'm glad it's fixed for you, I'd ask https://github.com/encode/httpx
This I've thought about but it would be an extraordinary amount of effort when one could just do: ```toml [envs.build] detached = true dependencies = ["build"] [envs.build.scripts] all = "python...
> The problem is this would be a breaking change 🤔 for a lot of apps. New major release?