Skip to content

Commit f19f39c

Browse files
committed
add github workflow for test-pypi cross-OS wheel builds
1 parent ec1faa2 commit f19f39c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/testpypi-macos.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ jobs:
3232
3333
- name: Build wheels
3434
run: |
35-
echo "CC=$(brew --prefix llvm@20)/bin/clang" >> $GITHUB_ENV
36-
echo "CXX=$(brew --prefix llvm@20)/bin/clang++" >> $GITHUB_ENV
3735
python -m cibuildwheel --output-dir wheelhouse
3836
env:
3937
CIBW_BUILD: "cp311-*"
38+
CIBW_ENVIRONMENT: >
39+
CC=$(brew --prefix llvm@20)/bin/clang
40+
CXX=$(brew --prefix llvm@20)/bin/clang++
4041
4142
- name: Upload to TestPyPI
4243
run: |

0 commit comments

Comments
 (0)