Skip to content

Bump pypa/cibuildwheel from 3.3.1 to 3.4.0 in the dependencies group #655

Bump pypa/cibuildwheel from 3.3.1 to 3.4.0 in the dependencies group

Bump pypa/cibuildwheel from 3.3.1 to 3.4.0 in the dependencies group #655

Workflow file for this run

# Reference
# - https://github.com/actions/labeler
name: ci-label
on:
pull_request_target:
types: [opened, edited, reopened]
jobs:
PR_triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6
with:
configuration-path: .github/labeler.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}