Skip to content

Commit

Permalink
Merge pull request #37 from Stoops-ML/build
Browse files Browse the repository at this point in the history
FIX: use CIBW_BUILD to specify Python build version
  • Loading branch information
Stoops-ML authored Oct 1, 2024
2 parents 7096ccc + a027ae4 commit d1ba245
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ jobs:
path: dist/

build_wheels:
name: Build wheels on ${{matrix.os}} for Python `${{matrix.python-version}} 🎡
name: Build wheels on ${{matrix.os}} 🎡
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
# os: [ubuntu-latest, windows-latest, macos-13, macos-14]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
Expand All @@ -41,7 +40,7 @@ jobs:

- name: Build wheels 🎡
env:
# CIBW_BUILD: "cp311-*"
CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-* cp312-*'
CIBW_SKIP: "pp* *-win32 *_i686"
uses: pypa/[email protected]

Expand Down

0 comments on commit d1ba245

Please sign in to comment.