Skip to content

Commit

Permalink
One last attempt.
Browse files Browse the repository at this point in the history
  • Loading branch information
TkTech committed Jan 30, 2025
1 parent 2050834 commit 8bd9e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
CIBW_BUILD: "${{ matrix.py }}-*"
CIBW_TEST_SKIP: "*_arm64 *_universal2:arm64"
CIBW_BEFORE_BUILD: pip install 'setuptools<72.2.0'
CIBW_BEFORE_BUILD: ${{ runner.os == 'macOS' && 'pip install ''setuptools<72.2.0''' || '' }}

- uses: actions/upload-artifact@v4.3.1
with:
Expand Down

0 comments on commit 8bd9e86

Please sign in to comment.