Skip to content

Commit

Permalink
Use delocate 0.10.x when building pytket wheels on macos-13-xlarge.
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec committed Apr 15, 2024
1 parent 3bd8f04 commit cf198a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ jobs:
cd pytket
# Ensure wheels are compatible with MacOS 12.0 and later:
export WHEEL_PLAT_NAME=macosx_12_0_arm64
python${{ matrix.python-version }} -m pip install -U pip build delocate
python${{ matrix.python-version }} -m pip install -U pip build
python${{ matrix.python-version }} -m pip install delocate ~= 0.10.7
python${{ matrix.python-version }} -m build
delocate-wheel -v -w "$GITHUB_WORKSPACE/wheelhouse/" "dist/pytket-"*".whl"
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cf198a5

Please sign in to comment.