Skip to content

Commit

Permalink
Merge pull request #1734 from mabel-dev/#1700
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer authored Jun 6, 2024
2 parents eeb6d42 + 81d523d commit 24f7598
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: '10.15'
ARCHFLAGS: -arch x86_64 -arch arm64
PYO3_CROSS_LIB_DIR: /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/${{ matrix.python-version }}/lib
PYO3_CROSS: 1
PYO3_CROSS_PYTHON_VERSION: ${{ matrix.python-version }}
PYO3_CROSS_PYTHON_IMPLEMENTATION: CPython
PYO3_NO_PYTHON: 1
RUST_BACKTRACE: 1
run: python setup.py bdist_wheel

- name: Archive dist artifacts
Expand Down

0 comments on commit 24f7598

Please sign in to comment.