Skip to content

Commit d532b55

Browse files
committed
move more of cibuildwheel config to pyproject.toml
1 parent c5dabfa commit d532b55

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ jobs:
6060
env:
6161
CIBW_SKIP: ${{ env.CIBW_SKIP }}
6262
CIBW_ARCHS: ${{ matrix.arch }}
63-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
64-
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
65-
CIBW_TEST_GROUPS: dev
66-
CIBW_TEST_COMMAND: >
67-
python -c "import cftime; print(f'cftime v{cftime.__version__}')" &&
68-
python -m pytest -vv {package}/test
6963

7064
- uses: actions/upload-artifact@v6
7165
with:

0 commit comments

Comments
 (0)