Skip to content

Commit

Permalink
Merge pull request #12 from fugue-project/0.0.1.1
Browse files Browse the repository at this point in the history
test macos
  • Loading branch information
goodwanghan authored May 22, 2022
2 parents 61fb3f6 + 906e4c2 commit a237778
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
os:
- ubuntu-18.04
- windows-latest
#- macos-latest
# - macos-11
python-version:
- 3.7
- 3.8
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
os:
- ubuntu-18.04
- windows-latest
- macos-latest
- macos-11
cpv:
#- "cp36*"
- "cp37*"
Expand All @@ -86,13 +86,12 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.1.3
python -m pip install cibuildwheel==2.5.0
- name: Build wheels
env:
CIBW_BUILD: ${{ matrix.cpv }}
# Don't build osx 10.6 (no C++11 support)
CIBW_SKIP: "*macosx_10_6*"
CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET='11.6.5'
run: |
python scripts/make_setup.py 1
python -m cibuildwheel --output-dir wheelhouse
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ wheel
twine

Cython
cibuildwheel==2.1.3
cibuildwheel==2.5.0
git+https://github.com/goodwanghan/speedy-antlr-tool.git@han/fix

0 comments on commit a237778

Please sign in to comment.