Skip to content

include header for newly undef functions in the 3.13 clinic abi #2

include header for newly undef functions in the 3.13 clinic abi

include header for newly undef functions in the 3.13 clinic abi #2

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
steps:
- uses: actions/checkout@v4
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_BUILD: "cp313-*"
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl