Skip to content

Commit 448f030

Browse files
committed
Only build vcpkg release binaries for wheels
1 parent efb1b64 commit 448f030

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python-wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,25 @@ jobs:
2323
arch: x86_64
2424
py-vers: cp39-* cp310-* cp311-* cp312-* cp313-*
2525
before-all: ""
26-
extra-env: ""
26+
extra-env: VCPKG_BUILD_TYPE=release
2727
mdt: ""
2828
- os: ubuntu-24.04-arm
2929
arch: aarch64
3030
py-vers: cp39-* cp310-* cp311-* cp312-* cp313-*
3131
before-all: dnf -y install boost-devel zlib
32-
extra-env: ""
32+
extra-env: VCPKG_BUILD_TYPE=release
3333
mdt: ""
3434
- os: macos-15-intel
3535
arch: x86_64
3636
py-vers: cp39-* cp310-* cp311-* cp312-* cp313-*
3737
before-all: brew install libomp pkg-config automake autoconf autoconf-archive libtool
38-
extra-env: CC=clang CXX=clang++
38+
extra-env: CC=clang CXX=clang++ VCPKG_BUILD_TYPE=release
3939
mdt: ""
4040
- os: macos-15
4141
arch: arm64
4242
py-vers: cp39-* cp310-* cp311-* cp312-* cp313-*
4343
before-all: brew install libomp pkg-config automake autoconf autoconf-archive libtool
44-
extra-env: CC=clang CXX=clang++
44+
extra-env: CC=clang CXX=clang++ VCPKG_BUILD_TYPE=release
4545
mdt: ""
4646

4747
env:

0 commit comments

Comments
 (0)