Skip to content

Fix releases with manifest constraints - #55

Open
d33bs wants to merge 2 commits into
WayScience:mainfrom
d33bs:release-fix
Open

Fix releases with manifest constraints#55
d33bs wants to merge 2 commits into
WayScience:mainfrom
d33bs:release-fix

Conversation

@d33bs

@d33bs d33bs commented Aug 28, 2026

Copy link
Copy Markdown
Member

Description

Fixes releases with manifest constraints to avoid errors with overly large pypi uploads.

What kind of change(s) are included?

  • Documentation (changes docs or other related content)
  • Bug fix (fixes an issue).
  • Enhancement (adds functionality).
  • Breaking change (these changes would cause existing functionality to not work as expected).

Checklist

Please ensure that all boxes are checked before indicating that this pull request is ready for review.

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have searched for existing content to ensure this is not a duplicate.
  • I have performed a self-review of these additions (including spelling, grammar, and related).
  • These changes pass all pre-commit checks.
  • I have added comments to my code to help provide understanding
  • I have added a test which covers the code changes found within this PR
  • I have deleted all non-relevant text in this pull request template.

Summary by CodeRabbit

  • Chores
    • Reduced the source package size by excluding development and branding assets from distribution archives.
    • Improved package publishing reliability by keeping uploads within repository size limits.

@coderabbitai

coderabbitai Bot commented Aug 28, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 48d0802f-5551-4cc5-878b-e0a22e6f3fc0

📥 Commits

Reviewing files that changed from the base of the PR and between f89173b and 393dfb0.

📒 Files selected for processing (1)
  • MANIFEST.in

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

Added MANIFEST.in rules that exclude the logo and tests/data directories from source distributions.

Changes

Packaging configuration

Layer / File(s) Summary
Source distribution pruning
MANIFEST.in
Excludes the logo and tests/data directories from the source distribution.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 393df

This change reduces release package contents to avoid oversized PyPI uploads without changing runtime behavior; no actionable merge-blocking risk remains after normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: using manifest constraints to fix release packaging issues caused by oversized PyPI uploads.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Aug 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@f89173b). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #55   +/-   ##
=======================================
  Coverage        ?   94.46%           
=======================================
  Files           ?       17           
  Lines           ?     1735           
  Branches        ?        0           
=======================================
  Hits            ?     1639           
  Misses          ?       96           
  Partials        ?        0           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@d33bs
d33bs marked this pull request as ready for review August 28, 2026 12:27
@d33bs
d33bs requested a review from MikeLippincott August 28, 2026 12:27
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.

1 participant