Skip to content

Commit

Permalink
Updated wheel build command.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauri-codes committed May 14, 2024
1 parent 4dea12b commit ab23272
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: wheels
on: [workflow_dispatch]

env:
CIBW_SKIP: cp36-*, pp36-*, cp37-*, pp37-*
CIBW_SKIP: cp36-*

jobs:
build_wheels:
Expand All @@ -12,8 +12,7 @@ jobs:
strategy:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
# os: [ubuntu-latest, windows-latest, macos-13, macos-14]
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest, macos-13, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ab23272

Please sign in to comment.