Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudon authored Feb 11, 2021
1 parent 3d51ef2 commit 87e1d57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==1.6.4 pybind11
python -m pip install cibuildwheel==1.6.4
- name: Build wheels on Linux
if: runner.os == 'Linux'
env:
CIBW_BEFORE_BUILD: 'yum update -y'
run: |
pip install pybind11
python -m cibuildwheel --output-dir dist
- name: Build wheels Mac OS
if: runner.os == 'macOS'
Expand All @@ -49,6 +50,7 @@ jobs:
brew unlink gcc@8 gcc@9
brew install cmake
run: |
pip install pybind11
python -m cibuildwheel --output-dir dist
- name: Store wheel as artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 87e1d57

Please sign in to comment.