Skip to content

Commit

Permalink
get cibuildwheel to work
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyMonteiro committed Apr 30, 2021
1 parent 93b5cda commit 6e733a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_climt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
- name: Build on Linux
env:
CIBW_BUILD: cp36-manylinux_x86_64 cp37-manylinux_x86_64 cp38-manylinux_x86_64
CIBW_ENVIRONMENT: CC=gcc-7 FC=gfortran-7 CLIMT_ARCH=Linux
CIBW_ENVIRONMENT: "CC=gcc-7 FC=gfortran-7 CLIMT_ARCH=Linux"
if: ${{ runner.os == 'Linux' }}
run: python -m cibuildwheel --output-dir wheelhouse


- name: Build on macOS
env:
CIBW_BUILD: cp36-macosx_x86_64 cp37-macosx_x86_64 cp38-macosx_x86_64
CIBW_ENVIRONMENT: CC=gcc-8 FC=gfortran-8 CLIMT_ARCH=Darwin
CIBW_ENVIRONMENT: "CC=gcc-8 FC=gfortran-8 CLIMT_ARCH=Darwin"
if: ${{ runner.os == 'macOS' }}
run: python -m cibuildwheel --output-dir wheelhouse

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master, develop ]
release:
branches: [ master ]

jobs:
windows_package:
Expand Down

0 comments on commit 6e733a6

Please sign in to comment.