Skip to content

Commit

Permalink
fixup! TST: migrate to official astral-sh/setup-uv action
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Sep 8, 2024
1 parent 4cd2b82 commit 9b8458e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,17 @@ jobs:
with:
enable-cache: true
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install build time dependencies
shell: bash
run: |
uv venv
uv pip install "Cython>=3.0"
uv pip install numpy>=2.0.0
uv pip install --upgrade wheel
uv pip install --upgrade setuptools
- name: Build
shell: bash
run: uv pip install --no-build-isolation .
- run: uvx --with . check-manifest

deploy:
Expand Down

0 comments on commit 9b8458e

Please sign in to comment.