Skip to content

Conversation

hcho3
Copy link

@hcho3 hcho3 commented Jul 21, 2025

No description provided.

else str(artifact_path)
)
else:
command = ['python', '-u', '-m', 'hatchling', 'build', '--target', target]
Copy link
Author

Choose a reason for hiding this comment

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

For testing, you may want to replace python with /workspace/.venv/bin/python, to use the updated version of Hatchling.

Copy link

@mgorny mgorny left a comment

Choose a reason for hiding this comment

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

Also you probably need a PEP517 config_settings interface too. It is quite common to build hatchling packages via python -m build.

@hcho3
Copy link
Author

hcho3 commented Sep 15, 2025

Continued in pypa#2037

@hcho3 hcho3 closed this Sep 15, 2025
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