Skip to content

Commit dd64336

Browse files
committed
circle ci + cibuildwheel: allow upgrade to newer releases
1 parent 487509d commit dd64336

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
name: ${{ matrix.image }} wheels
1919
runs-on: ubuntu-24.04
2020
strategy:
21+
fail-fast: false
2122
matrix:
2223
include:
2324
- image: manylinux_2_28_x86_64

cibw-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cibuildwheel==3.1.0
1+
cibuildwheel>=3.1

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ write_to = "cwltool/_version.py"
2020
[tool.cibuildwheel]
2121
test-command = "python -m pytest --ignore cwltool/schemas -n logical --dist worksteal --junitxml={project}/test-results/junit_$(python -V | awk '{print $2}')_${AUDITWHEEL_PLAT}.xml -k 'not (test_bioconda or test_env_filtering or test_udocker)' --pyargs cwltool"
2222
test-requires = "-r test-requirements.txt"
23-
test-extras = "deps"
2423
build-verbosity = 1
2524
environment = { CWLTOOL_USE_MYPYC="1", MYPYPATH="$(pwd)/mypy-stubs" }
2625
# Disable building PyPy wheels on all platforms

0 commit comments

Comments
 (0)