-
Notifications
You must be signed in to change notification settings - Fork 84
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
Exclude artifacts from sdist and wheel #1902
Conversation
Building the wheel from the PyPI sdist will include those files and directories otherwise. They are also distributed in the uploaded wheel.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1902 +/- ##
==========================================
- Coverage 92.02% 83.93% -8.10%
==========================================
Files 27 27
Lines 2620 2620
Branches 685 685
==========================================
- Hits 2411 2199 -212
- Misses 139 328 +189
- Partials 70 93 +23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Thanks for the report @penguinpee , I'll take a look at this before the next release. |
Some tests are failing due to unrelated issues related to the Zarr tutorial and a recent Zarr update. |
Building the wheel from the PyPI sdist will include those files and
directories otherwise. They are also distributed in the uploaded wheel.