Skip to content

Move global error type into module state. #1

Move global error type into module state.

Move global error type into module state. #1

Workflow file for this run

on:
pull_request:
paths:
- '.github/workflows/wheels.yml'
push:
branches:
- main
jobs:
wheels:
strategy:
matrix:
os:
- ubuntu-24.04
- windows-2022
- macos-13
- macos-14
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set source timestamp
run: |
echo SOURCE_DATE_EPOCH=$(git log -n1 --pretty=%ct) >> "$GITHUB_ENV"
- uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_BUILD: "cp312-* pp39-*"
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl