Skip to content

Commit

Permalink
Merge pull request #96 from Chia-Network/ci-38
Browse files Browse the repository at this point in the history
Build python 3.8 binary wheels
  • Loading branch information
hoffmang9 committed Apr 8, 2020
2 parents 1685418 + f6fb39a commit 55dda13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
run: |
python -m cibuildwheel --output-dir dist
env:
# build just python 3.7
CIBW_BUILD: cp37-*
# Python 3.7 and 3.8
CIBW_BUILD: cp37-* cp38-*
# don't build i686 targets, can't seem to find cmake for these
CIBW_SKIP: '*-manylinux_i686'
# we need boost
Expand Down

0 comments on commit 55dda13

Please sign in to comment.