Skip to content

ci: add package verification check#66

Open
vdusek wants to merge 7 commits into
masterfrom
ci/verify-built-package
Open

ci: add package verification check#66
vdusek wants to merge 7 commits 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_shared 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_shared==2.2.1, 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 t-tooling Issues with this label are in the ownership of the tooling team. adhoc Ad-hoc unplanned task added during the sprint. labels May 13, 2026
@vdusek vdusek self-assigned this May 13, 2026
@github-actions github-actions Bot added this to the 140th sprint - Tooling team milestone May 13, 2026
vdusek and others added 6 commits May 14, 2026 11:04
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Replaces the local _check_package.yaml with a direct call to the
shared reusable workflow.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…ction

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vdusek vdusek requested a review from janbuchar May 14, 2026 10:51
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