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.
2 parents 1a7cab4 + 9b247d1 commit 12eab26Copy full SHA for 12eab26
.github/workflows/release_wheels.yml
@@ -45,6 +45,8 @@ jobs:
45
46
# Used to host cibuildwheel
47
- uses: actions/setup-python@v2
48
+ with:
49
+ python-version: '3.11'
50
51
- name: Install cibuildwheel and twine
52
run: python -m pip install cibuildwheel==2.12.3
.github/workflows/testing_wheels.yml
@@ -50,6 +50,8 @@ jobs:
53
54
55
56
57
0 commit comments