Skip to content

Commit 9caa658

Browse files
committed
bump yara python and macos build support
1 parent 1d1b1a0 commit 9caa658

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
git submodule update --init --recursive
3636
python -m cibuildwheel --output-dir wheels
3737
env:
38-
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
38+
CIBW_ARCHS_MACOS: "auto x86_64 universal2 arm64"
3939

4040
- uses: actions/upload-artifact@v2
4141
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.4',
315+
version='1.0.5',
316316
description='Python interface for YARA',
317317
long_description=readme,
318318
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)