Ben Mares

Results 674 comments of Ben Mares

This is something I care a lot about and am very eager to implement, but I have a some of questions... 1. Where are the lower bounds coming from that...

BTW I'm talking just a PyPI release and that should be trivial to do via trusted publishing... I think. 🙃

From [#questions-chat](https://discord.com/channels/1082332781146800168/1082338253925003385/1287787297005109329) ![image](https://github.com/user-attachments/assets/9f3c34ec-e5df-457f-a9a2-9167038d35c4)

Another situation where the current state of things is annoying: I'm working on some open-source project that doesn't use pixi, so I add my own `pixi.toml`. Ideally I could just...

We might not yet be able to entirely get rid of `.gitignore` in the project root due to `.egg-info`, see https://github.com/prefix-dev/pixi/pull/1693#issuecomment-2257883284.

If we get rid of `.gitignore` in the project root, then we will trigger https://github.com/pypa/hatch/issues/304. Probably the safest approach at first is to keep both `.gitignore`s. We could also try...

I have a PR up for review in #2361. I also submitted https://github.com/pypa/hatch/pull/1762 to fix https://github.com/prefix-dev/pixi/issues/2115#issuecomment-2379136870 that should AFAIK allow for us to eventually remove `.pixi` from the `.gitignore` in...

I believe the `.pixi` in `.gitignore` is now redundant now that https://github.com/prefix-dev/pixi/pull/1693 has been merged. Is it well-documented for what the `.egg-info` exclude is necessary? In case it's no longer...

We are not at all special; this is a completely general Python annoyance. I do prefer the src layout since it reduces confusion with the Python package names. However, it...