Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/reusable-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
shell: bash

- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
uses: pypa/cibuildwheel@v2.21.1
env:
# CIBW_ARCHS_MACOS: all x86_64 arm64 universal2
CIBW_ARCHS_MACOS: native
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ LD_LIBRARY_PATH = "$(cat /root/.static-deps-path)/lib64:$(cat /root/.static-deps

[tool.cibuildwheel.macos]
before-build = [
"brew install libssh", # @0.9.4 # pinning the version does not work
"MACOSX_DEPLOYMENT_TARGET=10.9 brew install --build-from-source libssh", # @0.9.4 # pinning the version does not work
# FIXME: can we pre-build libssh once in a pre-requisite job?
# NOTE: Currently we use a brew-installed libssh build that also
# NOTE: pulls-in [email protected] as well. In the future we may want to
Expand Down
4 changes: 2 additions & 2 deletions requirements-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ cython==3.0.12
# via -r -
expandvars==0.9.0
# via -r -
packaging==24.0
packaging==24.1
# via setuptools-scm
pyparsing==3.0.9
# via packaging
setuptools-scm==8.1.0
# via -r -
tomli==2.0.1
# via setuptools-scm
typing-extensions==4.10.0
typing-extensions==4.12.2
# via setuptools-scm
wheel==0.37.1
# via -r -
Expand Down
Loading