Skip to content

Commit

Permalink
refactor(ci): only target recent python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Apr 19, 2024
1 parent a6e5f85 commit 617ed07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
- name: 🏗️ Build Wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: "cp310-* cp311-* cp312-*"
SKBUILD_CONFIGURE_OPTIONS: ${{ matrix.os == 'ubuntu-latest' && '-DVIENNALS_VTK_PYTHON_LIBS=ON' || '-DVIENNALS_PACKAGE_PYTHON=ON' }}

- name: 📦 Upload Artifact
Expand Down

0 comments on commit 617ed07

Please sign in to comment.