File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1919 name : Install Python
2020
2121 - name : Install cibuildwheel
22- run : python -m pip install cibuildwheel==1.7.4
22+ run : python -m pip install cibuildwheel==1.11.0
2323
2424 - name : Build wheels for Windows
2525 if : startsWith(matrix.os, 'windows')
3434 run : |
3535 git submodule update --init --recursive
3636 python -m cibuildwheel --output-dir wheels
37+ env :
38+ CIBW_ARCHS_MACOS : " x86_64 universal2 arm64"
3739
3840 - uses : actions/upload-artifact@v2
3941 name : Upload wheels
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ def run(self):
312312
313313setup (
314314 name = 'yara-python-dex' ,
315- version = '1.0.0 ' ,
315+ version = '1.0.1 ' ,
316316 description = 'Python interface for YARA' ,
317317 long_description = readme ,
318318 license = 'Apache 2.0' ,
You can’t perform that action at this time.
0 commit comments