Skip to content

Commit

Permalink
FIX: Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 28, 2024
1 parent 370a886 commit 4737106
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 @@ -64,7 +64,7 @@ jobs:
# Use abi3audit to catch issues with Limited API wheels
CIBW_REPAIR_WHEEL_COMMAND: "bash ./tools/cibw_repair_wheel_command.sh {dest_dir} {wheel} {delocate_archs}"
CIBW_ENVIRONMENT_PASS_LINUX: "RUNNER_OS"
CIBW_PROJECT_REQUIRES_PYTHON: "3.8"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ matrix.arch}}-${{ strategy.job-index }}
Expand Down

0 comments on commit 4737106

Please sign in to comment.