diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index e4f8553..666c290 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -21,13 +21,13 @@ jobs: - uses: actions/checkout@v4 # Used to host cibuildwheel - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v3 - name: Install cibuildwheel - run: python3 -m pip install cibuildwheel + run: python -m pip install cibuildwheel - name: Build wheels - run: python3 -m cibuildwheel --output-dir wheelhouse + run: python -m cibuildwheel --output-dir wheelhouse # to supply options, put them in 'env', like: env: GITHUB_BUILDING_WHEELS: 1