-
Notifications
You must be signed in to change notification settings - Fork 18
Run check_manifest #32
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check_manifest: command not found
Please install it first.
Also move to after_success to avoid any dependency contamination
I need to explicitly ignore both directories and their contents!
Seems we're running it in the wrong directory... |
This does not pass locally for me with: lists of files in version control and sdist do not match!
missing from VCS: which includes all the generated c files from Cython and generated py files used for deprecation. |
Is there a way to make "missing from VCS" non-fatal? |
Not possible yet: mgedmin/check-manifest#58 We can try work around this by dynamically getting the files that are generated, which will be passed into |
We might still want to make it work and adapt it to the new CD infra in https://github.com/scikit-learn/scikit-learn/blob/master/.github/workflows/wheels.yml. |
As a reference: There is a |
Checking the result of adding check-manifest to the the CI pipeline.