You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added wheel build, install, and import test to PR_build.yml. (#641)
This commit modifies the `python` job in the `.github/workflows/PR_build.yml` workflow to enhance Python package testing.
The changes include:
- Modifying the build step to create a Python wheel (`bdist_wheel`) instead of a source distribution (`sdist`).
- Adding a step to install the wheel using `pip3`.
- Adding a step to perform an import test (`from TheengsDecoder import decodeBLE`) to verify the package is correctly installed and the core module is accessible.
- Renaming some steps for clarity.
This will help catch packaging and import issues earlier in the PR process.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
0 commit comments