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

fix: produce working SDists, check in CI #893

Merged
merged 1 commit into from Oct 26, 2021

Conversation

henryiii
Copy link
Contributor

Fixes issue reported in #892 by ensuring the SDist is not missing files.

Comment on lines +1 to +6
recursive-include cibuildwheel *.cfg
recursive-include cibuildwheel *.in
recursive-include cibuildwheel *.py
recursive-include cibuildwheel *.toml
recursive-include cibuildwheel *.txt
recursive-include cibuildwheel *.typed
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This also could be written this way

Suggested change
recursive-include cibuildwheel *.cfg
recursive-include cibuildwheel *.in
recursive-include cibuildwheel *.py
recursive-include cibuildwheel *.toml
recursive-include cibuildwheel *.txt
recursive-include cibuildwheel *.typed
recursive-include cibuildwheel *.cfg *.in *.py *.toml *.txt *.typed

Copy link
Contributor

Choose a reason for hiding this comment

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

Either way seems fine to me, I'm more familiar with the multi-line version so maybe let's go with that

@henryiii henryiii changed the title fix: produce working SDists fix: produce working SDists, check in CI Oct 26, 2021
Copy link
Contributor

@joerick joerick left a comment

Choose a reason for hiding this comment

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

Looks good. I didn't know about check-manifest, handy tool!

Comment on lines +1 to +6
recursive-include cibuildwheel *.cfg
recursive-include cibuildwheel *.in
recursive-include cibuildwheel *.py
recursive-include cibuildwheel *.toml
recursive-include cibuildwheel *.txt
recursive-include cibuildwheel *.typed
Copy link
Contributor

Choose a reason for hiding this comment

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

Either way seems fine to me, I'm more familiar with the multi-line version so maybe let's go with that

@joerick joerick merged commit 88c8e5c into pypa:main Oct 26, 2021
@henryiii
Copy link
Contributor Author

Like every other handy tool: https://scikit-hep.org/developer/style

It is setuptools only, so I haven’t been as active in ensuring that it gets added everywhere as I probably should be.

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.

None yet

2 participants