Skip to content

Commit

Permalink
Merge pull request #52 from paulsengroup/dependabot/github_actions/py…
Browse files Browse the repository at this point in the history
…pa/cibuildwheel-2.18

Bump pypa/cibuildwheel from 2.17 to 2.18
  • Loading branch information
robomics authored May 13, 2024
2 parents c539cca + c3bac55 commit 6397d2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ jobs:
platforms: all

- name: Build wheels (PR)
uses: pypa/cibuildwheel@v2.17
uses: pypa/cibuildwheel@v2.18
if: github.event_name == 'pull_request'
env:
CIBW_ARCHS_LINUX: "x86_64"
CIBW_ARCHS_WINDOWS: "AMD64"

- name: Build wheels
uses: pypa/cibuildwheel@v2.17
uses: pypa/cibuildwheel@v2.18
if: github.event_name != 'pull_request'
env:
CIBW_ARCHS_LINUX: "x86_64 aarch64"
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ before-build = [
]
environment = { PIP_VERBOSE=1 }

[tool.cibuildwheel.macos]
environment = { MACOSX_DEPLOYMENT_TARGET=10.15 }

[tool.ruff]
extend-select = [
"B", # flake8-bugbear
Expand Down

0 comments on commit 6397d2f

Please sign in to comment.