Skip to content

Commit

Permalink
More builds
Browse files Browse the repository at this point in the history
  • Loading branch information
metab0t committed Mar 6, 2024
1 parent f72e862 commit c548ea5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [ubuntu-latest, windows-latest, macos-12, macos-14]
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest, macos-12, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@ build-backend = "setuptools.build_meta"
[tool.cibuildwheel]
# Super-verbose output for debugging purpose
build-verbosity = 3

# We restrict ourselves to CPython 3.9 and then repair the wheels to be
# independent of the Python version - I have not found a different solution
# within cibuildwheel to achieve this.
build = "cp311-*"

0 comments on commit c548ea5

Please sign in to comment.