Skip to content

Commit

Permalink
only build Cpython 3.10-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Sep 30, 2024
1 parent 90904d8 commit 9de6cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
strategy:
matrix:
os: [macos-14]
python-version: ["3.10", "3.11", "3.12"]
# os: [ubuntu-latest, windows-latest, macos-13, macos-14]

steps:
Expand All @@ -30,6 +29,7 @@ jobs:
- name: Build wheels
env:
CIBW_BEFORE_BUILD: pip install six diffpy.structure cython cmake
CIBW_BUILD: "cp310-* cp311-* cp312-*"
run: python -m cibuildwheel --output-dir wheelhouse

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9de6cc6

Please sign in to comment.