Skip to content

Commit

Permalink
Merge pull request #238 from joerick/dependabot/github_actions/joeric…
Browse files Browse the repository at this point in the history
…k/cibuildwheel-2.12.3
  • Loading branch information
dependabot[bot] authored Apr 25, 2023
2 parents 24b0bd4 + 8287bc7 commit 19c86c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- setup.py
- setup.cfg
- pyproject.toml
- .github/workflows/wheels.yml

jobs:
build_wheels:
Expand All @@ -40,7 +41,7 @@ jobs:
python-version: '3.8'

- name: Build wheels
uses: joerick/cibuildwheel@v2.12.1
uses: joerick/cibuildwheel@v2.12.3
env:
CIBW_SKIP: pp*
CIBW_ARCHS: ${{matrix.archs}}
Expand Down

0 comments on commit 19c86c2

Please sign in to comment.