We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1122f1f commit 4d57f4cCopy full SHA for 4d57f4c
.github/workflows/ci.yml
@@ -25,17 +25,9 @@ jobs:
25
package-dir: .
26
output-dir: wheelhouse
27
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
34
env:
35
CIBW_SKIP: pp*
36
- # CIBW_TEST_REQUIRES: pytest dropbox
37
- # CIBW_TEST_COMMAND: "pytest {project}/tests"
38
+
39
- uses: actions/upload-artifact@v4
40
with:
41
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
0 commit comments