We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486254a commit ad47b55Copy full SHA for ad47b55
.github/workflows/pypi-build-artifacts.yml
@@ -66,7 +66,7 @@ jobs:
66
if: matrix.os == 'ubuntu-latest'
67
68
- name: Build wheels
69
- uses: pypa/cibuildwheel@v3.3.1
+ uses: pypa/cibuildwheel@v3.4.0
70
with:
71
output-dir: wheelhouse
72
config-file: "pyproject.toml"
.github/workflows/svn-build-artifacts.yml
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
0 commit comments