SIGN IN SIGN UP

ci: add package verification check (#897)

## 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](https://github.com/apify/workflows/pull/296)
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).
V
Vlada Dusek committed
545ce4755bee8de1ad45b7e5e4e09987f045bd30
Parent: 212572e
Committed by GitHub <noreply@github.com> on 5/18/2026, 9:33:28 AM