Skip to content

build(deps): bump pypa/cibuildwheel from 2.21.1 to 2.21.2 #2

build(deps): bump pypa/cibuildwheel from 2.21.1 to 2.21.2

build(deps): bump pypa/cibuildwheel from 2.21.1 to 2.21.2 #2

Workflow file for this run

name: ci
permissions:
contents: read
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- master
jobs:
wheel-Linux:
uses: ./.github/workflows/cd-wheel.yml
with:
os-arch: Linux
wheel-macOS:
uses: ./.github/workflows/cd-wheel.yml
with:
os-arch: macOS
wheel-Windows:
uses: ./.github/workflows/cd-wheel.yml
with:
os-arch: Windows