Skip to content

Commit

Permalink
Merge pull request #809 from htm-community/pypi_cibuildwheel
Browse files Browse the repository at this point in the history
CI: not py3.8 ready yet
  • Loading branch information
breznak authored Jun 1, 2020
2 parents 3749cf3 + 16d7034 commit 0b6f108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
#max-parallel: 4
matrix:
python-version: [3.7, 3.8]
python-version: [3.7] #TODO we're not yet py 3.8 ready!
os: [ubuntu-18.04, windows-2019, macOS-latest]

steps:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/py/tests {project}/bindings/py/tests"
# Only build on Python >=3.7 and skip 32-bit builds
CIBW_BUILD: cp3?-*
CIBW_BUILD: cp37-*
CIBW_SKIP: "*-win32 cp27-manylinux*"
# build using the manylinux2014 image
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
Expand Down

0 comments on commit 0b6f108

Please sign in to comment.