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

add ci manifest check #2154

Merged
merged 2 commits into from
Mar 13, 2023
Merged

add ci manifest check #2154

merged 2 commits into from
Mar 13, 2023

Conversation

bjlittle
Copy link
Member

This PR adds a GHA workflow to ensure that the MANIFEST.in reconciles with the contents of the sdist using check-manifest.

This should give us continued confidence that the sdist and binary wheels contain all the necessary payload for cartopy on PyPI.

Reference: Including files in source distributions with MANIFEST.in

Comment on lines +13 to +18
"lib/cartopy/_version.py",
"lib/cartopy/trace.cpp",
Copy link
Member Author

@bjlittle bjlittle Mar 13, 2023

Choose a reason for hiding this comment

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

Note that, these files are present in the sdist, but are not under version control, therefore require to be ignored otherwise the check-manifest will rightly complain that there is a mismatch.

@bjlittle
Copy link
Member Author

pre-commit.ci autofix

@bjlittle
Copy link
Member Author

@dopplershift Conflicts resolved 👍

@dopplershift dopplershift merged commit 135d215 into SciTools:main Mar 13, 2023
@bjlittle
Copy link
Member Author

🍻

@bjlittle bjlittle deleted the check-manifest branch March 13, 2023 22:27
@QuLogic QuLogic added this to the 0.22 milestone Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants