diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c472857b..cfda5c6a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -17,11 +17,15 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 + with: + python-version: '3.11' - name: Install cibuildwheel run: python -m pip install cibuildwheel==2.17.0 - name: Build wheels + env: + CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-* run: python -m cibuildwheel --output-dir wheels - name: Upload wheels