Skip to content

Commit

Permalink
- more for MacOS wheels;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed May 3, 2024
1 parent 4ccff14 commit f1705ce
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ jobs:
with:
name: devN

- name: select Xcode version
if: startsWith(matrix.os, 'macos-')
run: |
sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
clang++ --version
g++ --version
- name: set up python (script version)
if: matrix.container == ''
uses: actions/setup-python@v4
Expand All @@ -75,10 +82,6 @@ jobs:
run: |
python3 -m pip install twine build
- name: select Xcode version
if: startsWith(matrix.os, 'macos-')
run: xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer

- name: build wheel
run: python3 -m build --wheel

Expand Down

0 comments on commit f1705ce

Please sign in to comment.