Skip to content

Conversation

@zklaus
Copy link
Contributor

@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
Contributor 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
@zklaus
Copy link
Contributor Author

zklaus commented Dec 2, 2025

Looks like the tests are working. @stefanv, do you consider them sufficient? Also, I don't think I have the power to add labels. Could you add an appropriate one and let me know if there is anything else for me to do?

@stefanv stefanv added the type: Enhancement New feature or request label Dec 2, 2025
@stefanv stefanv merged commit e16d5f4 into scientific-python:main Dec 2, 2025
19 of 20 checks passed
@stefanv
Copy link
Member

stefanv commented Dec 2, 2025

Thanks, @zklaus!

@stefanv stefanv added this to the 0.15 milestone Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: Enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add wheel building for build?

2 participants