Skip to content

Commit

Permalink
Use build[uv] as the build frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
dalcinl committed Oct 24, 2024
1 parent d6ee694 commit 55aa81d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cd-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,18 @@ jobs:
echo SOURCE_DATE_EPOCH=$SOURCE_DATE_EPOCH >> $GITHUB_ENV
echo $(git log -1 --pretty=%ci) [timestamp=$SOURCE_DATE_EPOCH]
- id: setup-uv
if: ${{ runner.os == 'macOS' }}
run: brew install uv

- id: build
uses: pypa/[email protected]
timeout-minutes: 360
with:
package-dir: package
output-dir: wheelhouse
env:
CIBW_BUILD_FRONTEND: "build"
CIBW_BUILD_FRONTEND: "build[uv]"
CIBW_BUILD: "cp312-*"
CIBW_SKIP: "*musllinux*"
CIBW_ARCHS: "${{ matrix.arch }}"
Expand Down

0 comments on commit 55aa81d

Please sign in to comment.