Skip to content

Commit 9c4a4ff

Browse files
authored
Merge pull request #1 from MobSF/arm
ARM support for Mac
2 parents 17dc9b5 + a05e95f commit 9c4a4ff

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build_publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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')
@@ -34,6 +34,8 @@ jobs:
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def run(self):
312312

313313
setup(
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',

0 commit comments

Comments
 (0)