question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Run check_manifest in one of the CI setups

See original GitHub issue

As per https://github.com/scikit-learn/scikit-learn/issues/13859#issuecomment-491688835, we are at risk of missing files from our MANIFEST.in and only noticing it upon release. We could use the check-manifest Python package as an additional check alongside, say linting (which is configured in .circleci/config.yml)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
jnothmancommented, Aug 5, 2020

I think we’d benefit from it, thanks.

0reactions
nixphixcommented, Aug 5, 2020

@jnothman I’ll pick this up if the check is still required

Read more comments on GitHub >

github_iconTop Results From Across the Web

check-manifest - PyPI
Copy the source tree to a temporary directory before running python setup.py sdist to avoid side effects from setuptools plugins or stale *.egg-info/SOURCES.txt ......
Read more >
Including files in source distributions with MANIFEST.in
The following files are included in a source distribution by default: all Python source files implied by the py_modules and packages setup() arguments....
Read more >
mgedmin/check-manifest - GitHub
Are you a Python developer? Have you uploaded packages to the Python Package Index? Have you accidentally uploaded broken packages with some files...
Read more >
Deploying with App Manifests | Cloud Foundry Docs
Deploy an App with a Manifest · Create a manifest.yml file in the root directory of your app. Note: By default, the cf...
Read more >
Tutorial: Create and run your first GitLab CI/CD pipeline
To view available runners: Go to Settings > CI/CD and expand Runners. As long as you have at least one runner that's active,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found