Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR creates a new GitHub workflow to build ARMv7 wheels for tree-sitter-c version 0.21.4. The workflow sets up automated building of Python wheels specifically for ARMv7 architecture using self-hosted ARM runners.
- Adds a new GitHub Actions workflow for building ARMv7 wheels
- Configures the workflow to checkout tree-sitter-c at version v0.21.4
- Sets up Python wheel building with cibuildwheel for native ARM architecture
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| - name: Set up Python | ||
| uses: actions/setup-python@v6 | ||
| with: | ||
| python-version: "3.8" |
There was a problem hiding this comment.
Python 3.8 has reached end-of-life status in October 2024. Consider upgrading to a supported version like Python 3.9 or later for security updates and continued support.
| python-version: "3.8" | |
| python-version: "3.9" |
👋 Hello hfudev, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
2b52396 to
42de0d6
Compare
42de0d6 to
b042325
Compare
|
@dobairoland I succeeded with a custom action. Please don't merge this MR. I tested the built wheel on armv7, and it's working. could you help upload it to our internal pypi server? Thanks a lot! |
|
the built artifact is here: https://github.com/espressif/idf-python-wheels/actions/runs/18041416522/artifacts/4116196054 |
|
@hfudev It should be done: https://dl.espressif.com/pypi/tree-sitter-c/ |
No description provided.