Skip to content

Drop Python 3.9, simplify ci-wheel matrix (only oldest glibc and late… #219

Drop Python 3.9, simplify ci-wheel matrix (only oldest glibc and late…

Drop Python 3.9, simplify ci-wheel matrix (only oldest glibc and late… #219

Workflow file for this run

name: ci
on:
push:
branches:
- "pull-request/[0-9]+"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-images:
uses: ./.github/workflows/build-and-publish-images.yaml
with:
build_type: pull-request
secrets: inherit