Skip to content

Commit

Permalink
github actions: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCzarnecki committed Oct 30, 2024
1 parent 54842cb commit f9cdfc2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build wheels

on: [push, pull_request]

# Cannot use cibuildwheels because the current images used by cibuildwheels do not support C++17.

jobs:
build_wheels_windows:
name: ${{ matrix.os }} ${{ matrix.python-version }} ${{ matrix.arch }} wheels
Expand Down Expand Up @@ -85,7 +83,7 @@ jobs:
with:
path: ./dist/*.whl

build_wheels_manylinux:
build_wheels_manylinux:
name: Build manylinux wheels
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit f9cdfc2

Please sign in to comment.