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

Use build instead of invoking setup.py directly #229

Merged
merged 2 commits into from
Jan 30, 2025

Conversation

mihelich
Copy link
Contributor

This is the modern approach. Most critically, it uses an isolated venv containing the build-time dependencies such as farm-ng-package, which setup.py does not. For gory details, see
https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html

Part of SWE-427.

This is the modern approach. Most critically, it uses an isolated
venv containing the build-time dependencies such as farm-ng-package,
which setup.py does not. For gory details, see
https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
@mihelich mihelich requested a review from MScatolin January 30, 2025 20:42
@mihelich
Copy link
Contributor Author

With these changes, I was able to build the distribution files locally.

Before farm-ng-package triggers installing an unconstrainted version?
@mihelich mihelich merged commit 947a338 into main Jan 30, 2025
2 checks passed
@mihelich mihelich deleted the patrick/fix-release-build-isolation branch January 30, 2025 23:13
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

Successfully merging this pull request may close these issues.

2 participants