Skip to content

Commit

Permalink
Try to build v19.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanfra committed Apr 7, 2024
1 parent 041c93f commit 8e49764
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ on:

env:
WORKING_DIRECTORY: 'dlib'
BUILD_COMMIT: 'v19.24.2'
DLIB_BIN_VERSION: '19.24.2.post1'
PYTHON_REQUIRES: '>=3.7'
BUILD_COMMIT: 'v19.24.4'
DLIB_BIN_VERSION: '19.24.4'
PYTHON_REQUIRES: '>=3.8'
CIBUILDWHEEL_VERSION: '2.17.0'

jobs:
build_wheels_matrix:
Expand All @@ -26,11 +27,13 @@ jobs:
with:
python-version: 3.x

- run: pip install cibuildwheel==2.17.0 # sync version with pypa/cibuildwheel below
- name: Install cibuildwheel
run: pip install cibuildwheel==$CIBUILDWHEEL_VERSION

- id: set-matrix
env:
CIBW_PROJECT_REQUIRES_PYTHON: '>=3.7' # it is missing in setup.py and needed to determine which wheels to build
# it is missing in setup.py and needed to determine which wheels to build
CIBW_PROJECT_REQUIRES_PYTHON: $PYTHON_REQUIRES
run: |
MATRIX_INCLUDE=$(
{
Expand Down Expand Up @@ -78,7 +81,7 @@ jobs:
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3

- uses: pypa/cibuildwheel@v2.17.0 # sync version with pip install cibuildwheel above
- uses: pypa/cibuildwheel@v${CIBUILDWHEEL_VERSION} # sync version with pip install cibuildwheel above
with:
only: ${{ matrix.only }}
package-dir: ${{ env.WORKING_DIRECTORY }}
Expand Down
2 changes: 1 addition & 1 deletion dlib
Submodule dlib updated 140 files

0 comments on commit 8e49764

Please sign in to comment.