Skip to content

Commit

Permalink
Merge pull request #1 from MobSF/arm
Browse files Browse the repository at this point in the history
ARM support for Mac
  • Loading branch information
ajinabraham committed May 22, 2021
2 parents 17dc9b5 + a05e95f commit 9c4a4ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Install Python

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==1.7.4
run: python -m pip install cibuildwheel==1.11.0

- name: Build wheels for Windows
if: startsWith(matrix.os, 'windows')
Expand All @@ -34,6 +34,8 @@ jobs:
run: |
git submodule update --init --recursive
python -m cibuildwheel --output-dir wheels
env:
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"

- uses: actions/upload-artifact@v2
name: Upload wheels
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def run(self):

setup(
name='yara-python-dex',
version='1.0.0',
version='1.0.1',
description='Python interface for YARA',
long_description=readme,
license='Apache 2.0',
Expand Down

0 comments on commit 9c4a4ff

Please sign in to comment.