Skip to content

Commit

Permalink
CI cibuildwheel for linux and py39
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSZhang committed Jul 4, 2024
1 parent 248bc50 commit 23ac069
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 289 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-12, macos-14]
environment: [py310, py311, py312]
os: [windows-latest, macos-12, macos-14, ubuntu-latest]
environment: [py39, py310, py311, py312]

runs-on: ${{ matrix.os }}

Expand All @@ -36,12 +36,12 @@ jobs:
CMD=doctest pixi run -e ${{ matrix.environment }} doc
- name: Build package
run: |
pixi run -e ${{ matrix.environment }} build-wheel
pixi run -e ${{ matrix.environment }} cibuildwheel
- name: Upload package
uses: actions/upload-artifact@v4
with:
name: build-${{ matrix.os }}-${{ strategy.job-index }}
path: dist/
path: ./wheelhouse/*.whl

publish:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 23ac069

Please sign in to comment.