We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1b1a0 commit 9caa658Copy full SHA for 9caa658
.github/workflows/build_publish.yml
@@ -35,7 +35,7 @@ jobs:
35
git submodule update --init --recursive
36
python -m cibuildwheel --output-dir wheels
37
env:
38
- CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
+ CIBW_ARCHS_MACOS: "auto x86_64 universal2 arm64"
39
40
- uses: actions/upload-artifact@v2
41
name: Upload wheels
setup.py
@@ -312,7 +312,7 @@ def run(self):
312
313
setup(
314
name='yara-python-dex',
315
- version='1.0.4',
+ version='1.0.5',
316
description='Python interface for YARA',
317
long_description=readme,
318
long_description_content_type='text/markdown',
0 commit comments