File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -138,8 +138,8 @@ jobs:
138
138
submodules : recursive
139
139
- uses : actions/setup-python@v2
140
140
name : Install Python
141
- - name : Install cibuildwheel twine
142
- run : python -m pip install cibuildwheel twine
141
+ - name : Install cibuildwheel twine wheel
142
+ run : python -m pip install cibuildwheel twine wheel
143
143
- name : Install build dependencies (Macos)
144
144
run : brew install nasm automake autoconf
145
145
if : runner.os == 'macOS'
@@ -149,8 +149,6 @@ jobs:
149
149
- name : Install nasm (Windows)
150
150
151
151
if : runner.os == 'Windows'
152
- - name : Install cibuildwheel twine wheel
153
- run : python -m pip install cibuildwheel twine wheel
154
152
- name : Build wheels
155
153
run : cibuildwheel --output-dir dist
156
154
env :
You can’t perform that action at this time.
0 commit comments