From 9caa65812bb98d4451432d95b28a8f4e0314f375 Mon Sep 17 00:00:00 2001 From: "Ajin.Abraham" Date: Fri, 25 Aug 2023 11:52:36 -0700 Subject: [PATCH] bump yara python and macos build support --- .github/workflows/build_publish.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_publish.yml b/.github/workflows/build_publish.yml index eac5b16..aeb9488 100644 --- a/.github/workflows/build_publish.yml +++ b/.github/workflows/build_publish.yml @@ -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 diff --git a/setup.py b/setup.py index b306663..8839e62 100644 --- a/setup.py +++ b/setup.py @@ -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',