Skip to content

Commit

Permalink
Udate github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlk committed Oct 3, 2024
1 parent 61826a8 commit 4200c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
env:
# Build
CIBW_BEFORE_ALL: "pip install --upgrade pip && pip install -r requirements-dev.txt"
CIBW_BUILD: cp{310,311,312,313}-*
CIBW_BUILD: "${{ matrix.python }}*"
CIBW_ARCHS_LINUX: ${{ matrix.architectures }}
CIBW_ARCHS_MACOS: ${{ matrix.architectures }}
CIBW_ARCHS_WINDOWS: ${{ matrix.architectures }}
Expand Down

0 comments on commit 4200c44

Please sign in to comment.