Skip to content

ci: add package verification check#897

Open
vdusek wants to merge 1 commit into
masterfrom
ci/verify-built-package
Open

ci: add package verification check#897
vdusek wants to merge 1 commit into
masterfrom
ci/verify-built-package

Conversation

@vdusek
Copy link
Copy Markdown
Contributor

@vdusek vdusek commented May 13, 2026

Summary

Adds an end-to-end check that the built sdist and wheel install cleanly, ship the expected sources and data files, and that import apify works — via the shared apify/workflows/python-package-check action.

Wired into every PR via _check_package.yaml, and into both stable and beta release workflows so the exact artifact about to hit PyPI is verified first.

Verified locally

Built dist/ and ran the verification — all checks pass (apify==3.4.0, sdist + wheel both install cleanly into a fresh Python 3.14 venv).

Notes

Adds an end-to-end check that the built sdist and wheel install
cleanly and contain the expected sources via the shared
apify/workflows/python-package-check action. Runs on every PR and
inside the release flow between prepare-pypi-distribution and the
PyPI publish step, guarding against silent build regressions.
@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels May 13, 2026
@vdusek vdusek self-assigned this May 13, 2026
@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels May 13, 2026
@github-actions github-actions Bot added this to the 140th sprint - Tooling team milestone May 13, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.04%. Comparing base (3cfc8de) to head (79e40bc).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #897      +/-   ##
==========================================
+ Coverage   87.01%   87.04%   +0.03%     
==========================================
  Files          48       48              
  Lines        2942     2942              
==========================================
+ Hits         2560     2561       +1     
+ Misses        382      381       -1     
Flag Coverage Δ
e2e 37.72% <ø> (ø)
integration 59.07% <ø> (+0.03%) ⬆️
unit 75.76% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants