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

Build wheels from sdist #93

Merged
merged 2 commits into from
May 2, 2023

Conversation

godlygeek
Copy link
Contributor

@godlygeek godlygeek commented Apr 29, 2023

Validate that our sdists are correct by using them to produce our wheels.

Drop the check_manifest linter, as building the wheels that we test from the sdist is a more useful check of the sdist's correctness.

@godlygeek godlygeek self-assigned this Apr 29, 2023
@godlygeek godlygeek force-pushed the build_wheels_from_sdist branch 2 times, most recently from 069fdb3 to 65e814f Compare April 29, 2023 07:32
Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
It's very slow, and now we're building our wheels from our sdist, so we
can have more confidence that our sdist is correct than `check_manifest`
provides.

Since we've removed our only pre-push hook, we can simplify our
pre-commit configuration to assume every hook runs only on commit.

Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
@godlygeek godlygeek marked this pull request as ready for review May 2, 2023 15:40
@pablogsal pablogsal merged commit e868d03 into bloomberg:main May 2, 2023
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