Skip to content

Commit

Permalink
add m1/m2 apple release
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed May 9, 2024
1 parent 20e388d commit 3323598
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
name: Build wheels on macos-14 (arm64)
runs-on: macos-14
env:
SQLite3_ROOT: /usr/local/opt/sqlite
SQLite3_ROOT: /opt/homebrew/opt/sqlite
CIBW_SKIP: cp27-* cp35-* cp36-*
CIBW_TEST_COMMAND: python -c "import pygeodiff; pygeodiff.GeoDiff().version()"

Expand All @@ -164,6 +164,8 @@ jobs:
run: |
brew install sqlite3
pip install setuptools scikit-build wheel cmake
ls -la /opt/homebrew
- name: Build wheels
uses: pypa/[email protected]
Expand Down

0 comments on commit 3323598

Please sign in to comment.