Skip to content

Commit cd78b43

Browse files
committed
CI auditwheel
1 parent 773cde7 commit cd78b43

File tree

3 files changed

+1439
-289
lines changed

3 files changed

+1439
-289
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
CMD=doctest pixi run -e ${{ matrix.environment }} doc
3737
- name: Build package
3838
run: |
39-
pixi run -e ${{ matrix.environment }} cibuildwheel
39+
pixi run -e ${{ matrix.environment }} build-wheel
4040
- name: Upload package
4141
uses: actions/upload-artifact@v4
4242
with:
4343
name: build-${{ matrix.os }}-${{ strategy.job-index }}
44-
path: ./wheelhouse/*.whl
44+
path: dist/*.whl
4545

4646
publish:
4747
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)