1 parent e85e593 commit 6381346Copy full SHA for 6381346
1 file changed
.github/workflows/wheels.yml
@@ -16,6 +16,8 @@ jobs:
16
submodules: true
17
18
- uses: actions/setup-python@v4
19
+ with:
20
+ python-version: '3.10'
21
22
- name: Install deps
23
run: python -m pip install twine build
@@ -45,6 +47,8 @@ jobs:
45
47
46
48
49
50
51
52
53
- name: Install cibuildwheel
54
run: python -m pip install cibuildwheel
@@ -82,6 +86,8 @@ jobs:
82
86
83
87
steps:
84
88
89
90
85
91
92
- uses: actions/download-artifact@v3
93
with:
0 commit comments