Skip to content

Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 #36

Bump pypa/cibuildwheel from 2.16.5 to 2.17.0

Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 #36

Workflow file for this run

name: Dependency auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependency:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]' }}
steps:
- name: Enable auto-merge for Dependency PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}