Skip to content

Commit

Permalink
bump yara python and macos build support
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Aug 25, 2023
1 parent 1d1b1a0 commit 9caa658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
git submodule update --init --recursive
python -m cibuildwheel --output-dir wheels
env:
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
CIBW_ARCHS_MACOS: "auto 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.4',
version='1.0.5',
description='Python interface for YARA',
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 9caa658

Please sign in to comment.