Skip to content

Commit 4d57f4c

Browse files
updates to CI, possibly more correct..
1 parent 1122f1f commit 4d57f4c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,9 @@ jobs:
2525
package-dir: .
2626
output-dir: wheelhouse
2727
config-file: "{package}/pyproject.toml"
28-
29-
- name: Install cibuildwheel
30-
run: python -m pip install cibuildwheel==2.19.1
31-
32-
- name: Build wheels
33-
run: python -m cibuildwheel --output-dir wheelhouse
3428
env:
3529
CIBW_SKIP: pp*
36-
# CIBW_TEST_REQUIRES: pytest dropbox
37-
# CIBW_TEST_COMMAND: "pytest {project}/tests"
38-
30+
3931
- uses: actions/upload-artifact@v4
4032
with:
4133
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}

0 commit comments

Comments
 (0)