Skip to content

Add only ci-wheel and citestwheel builds of Python 3.13 for now. #265

Add only ci-wheel and citestwheel builds of Python 3.13 for now.

Add only ci-wheel and citestwheel builds of Python 3.13 for now. #265

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