From 9b8458e460bff8c5a70ace4d7adeefcecf4a7d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Sun, 8 Sep 2024 17:51:18 +0200 Subject: [PATCH] fixup! TST: migrate to official astral-sh/setup-uv action --- .github/workflows/wheels.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 1810a92..e796665 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -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: