Skip to content

Commit

Permalink
Test build of 1.10b3 (#45)
Browse files Browse the repository at this point in the history
* Test build of 1.10b3

* Python 3.13?

* Not ready for 3.13

* Try new auditwheel fork
  • Loading branch information
sgillies authored Jul 30, 2024
1 parent 9132605 commit e9cad14
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ wheel_build_task:
env:
BUILD_PREFIX: /private/tmp/local
REPO_DIR: Fiona
BUILD_COMMIT: 1.10b2
BUILD_COMMIT: rel-1.10b3
CIRRUS_CLONE_SUBMODULES: true
PATH: /opt/homebrew/opt/[email protected]/bin:$PATH
PLAT: "arm64"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ "ubuntu-20.04", "macos-12" ]
python: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
python: [ "3.8", "3.9", "3.10", "3.11", "3.12"]
platform: [ "x86_64" ]
macos-target: [ "10.15" ]
exclude:
Expand All @@ -27,7 +27,7 @@ jobs:
- os: "ubuntu-20.04"
os-name: "focal"
env:
BUILD_COMMIT: 1.10b2
BUILD_COMMIT: rel-1.10b3
PLAT: "${{ matrix.platform }}"
MB_PYTHON_VERSION: "${{ matrix.python }}"
MB_ML_VER: "2014"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Windows wheels
on: [push, pull_request, workflow_dispatch]

env:
REF: 1.10b2
REF: rel-1.10b3

# cancel running jobs on new commit to PR
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ function build_wheel_cmd {
pip install delocate
delocate-listdeps --all --depending $wheelhouse/*.whl
else # manylinux
pip install -I "git+https://github.com/sgillies/auditwheel.git#egg=auditwheel"
pip install -I "auditwheel @ git+https://github.com/sgillies/auditwheel.git@extra-lib-name-tag"
fi
repair_wheelhouse $wheelhouse
}
Expand Down

0 comments on commit e9cad14

Please sign in to comment.