Skip to content

Conversation

@zklaus
Copy link

@zklaus zklaus commented Nov 27, 2025

This adds a command to the pyproject-build commands that builds a wheel similar to the existing sdist command.

Closes #301.

Copy link
Member

@stefanv stefanv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM, thanks @zklaus.

The sdist test should probably also do this, but I think we can check that the expected artifact is created.



def test_wheel(example_pkg):
spin("wheel")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe should check for artifact?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a simple presence test. Could you approve the workflows to have the tests run in ci?

@zklaus zklaus marked this pull request as ready for review December 1, 2025 15:38
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.

Add wheel building for build?

2 participants