Skip to content

Commit

Permalink
ci(workflows): do not build wheel in os dependent context
Browse files Browse the repository at this point in the history
  • Loading branch information
arunanshub committed Aug 25, 2024
1 parent 8fc5482 commit 52876ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,12 @@ jobs:
env:
CIBW_BUILD_FRONTEND: build[uv]

- name: Build sdist 📦
run: pdm build --no-wheel

- name: Upload wheel artifacts 🫖
uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-py${{ matrix.python-version }}-${{ strategy.job-index }}
path: |
./wheelhouse/*.whl
dist/*.tar.gz
finish-coverage:
needs: [build]
Expand Down

0 comments on commit 52876ad

Please sign in to comment.