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

Don't distribute sdist #113

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Don't distribute sdist #113

merged 1 commit into from
Aug 8, 2024

Conversation

kylebarron
Copy link
Owner

@kylebarron kylebarron commented Aug 8, 2024

The sdist is currently broken because it excludes the top-level Cargo.toml, so you can't actually build a wheel from the sdist. For now we'll just avoid distributing it.

I was able to include the top-level Cargo.toml by adding includes in pyproject.toml in the maturin section, but then I hit another error, and it's not worth debugging for now.

@kylebarron kylebarron changed the title Don't build sdist Don't distribute sdist Aug 8, 2024
@kylebarron kylebarron enabled auto-merge (squash) August 8, 2024 19:28
@kylebarron kylebarron merged commit 21a49cb into main Aug 8, 2024
3 checks passed
@kylebarron kylebarron deleted the kyle/no-sdist branch August 8, 2024 19:29
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.

1 participant