Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reminder: test that 2.0.1 can be built from source as adverstised #333

Open
neutrinoceros opened this issue Feb 20, 2025 · 0 comments
Open
Milestone

Comments

@neutrinoceros
Copy link
Owner

in #331, I'm documenting the following command

python -m pip install gpgi --no-binary gpgi

It should follow that

uv pip install gpgi --no-binary gpgi

works just as well. However I am not 100% sure it will, because pyproject.toml, which is distributed in sdists, contains a [tool.uv] table that disallow build isolation for gpgi. This is intended as a dev-only setting, so I'm curious to check wether uv ignores it or not (I think it should).
I it does not work, I intend to expedite a 2.0.2 release where the only different would be that [tool.uv] is moved to a uv.toml file that doesn't get distributed.

@neutrinoceros neutrinoceros added this to the v2.0.1 milestone Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant