diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dff97ca4..6e78e124 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,11 +59,8 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install build - run: ${{ env.PYTHON }} -m pip install --user build - - name: Build a binary wheel and a source tarball - run: ${{ env.PYTHON }} -m build --sdist --wheel --outdir dist/ . + run: uv build - name: Upload coverage to Codecov uses: codecov/codecov-action@v1