Skip to content

Commit

Permalink
Build v19.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanfra committed Mar 22, 2024
1 parent a2447b5 commit 2fa1691
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
env:
REPO_DIR: 'dlib'
BUILD_COMMIT: 'v19.24.2'
DLIB_BIN_VERSION: '19.24.2'
CIBUILDWHEEL_VERSION: '2.11.4'
BUILD_COMMIT: 'v19.24.3'
DLIB_BIN_VERSION: '19.24.3'
CIBUILDWHEEL_VERSION: '2.17.0'
CIBW_BEFORE_BUILD: 'pip install cmake'
CIBW_BUILD: 'cp37-* cp38-* cp39-* cp310-* cp311-*'
CIBW_BUILD: 'cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*'
CIBW_SKIP: '*musllinux*'
CIBW_ARCHS: 'auto64'

Expand Down
2 changes: 1 addition & 1 deletion dlib
Submodule dlib updated 137 files

0 comments on commit 2fa1691

Please sign in to comment.