Skip to content

April 2026 updates: Makefile, pre-commit config, and Zig 0.14 compatibility #144

April 2026 updates: Makefile, pre-commit config, and Zig 0.14 compatibility

April 2026 updates: Makefile, pre-commit config, and Zig 0.14 compatibility #144

Workflow file for this run

# Create draft PR releases on pull requests to develop
name: PR Release
on:
pull_request:
branches:
- develop
jobs:
build-pr-release:
uses: ./.github/workflows/_release.yml
with:
version: latest
build-pr-wheels:
uses: ./.github/workflows/_python-wheels.yml