Skip to content

Commit 75dea8b

Browse files
authored
Merge pull request #5 from MobSF/bump
Bump to 1.0.8
2 parents 650f693 + d89ee4a commit 75dea8b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build_arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build aarch64 Linux
1+
name: Build & Publish aarch64 Linux
22
on:
33
release:
44
types: [created]
@@ -30,7 +30,7 @@ jobs:
3030
- name: Get submodules
3131
run: git submodule update --init --recursive
3232
- name: Build wheels
33-
uses: pypa/cibuildwheel@v2.21.3
33+
uses: pypa/cibuildwheel@v2.23.3
3434
env:
3535
CIBW_ARCHS: ${{ matrix.cibw_archs }}
3636
CIBW_SKIP: "pp*"

.github/workflows/build_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Build & Publish
22

33
on:
44
release:
@@ -19,7 +19,7 @@ jobs:
1919
name: Install Python
2020

2121
- name: Install cibuildwheel
22-
run: python -m pip install cibuildwheel==2.21.3
22+
run: python -m pip install cibuildwheel==2.23.3
2323

2424
- name: Get submodules
2525
run: git submodule update --init --recursive

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Install Python
1818

1919
- name: Install cibuildwheel
20-
run: python -m pip install cibuildwheel==2.21.3
20+
run: python -m pip install cibuildwheel==2.23.3
2121

2222
- name: Get submodules
2323
run: git submodule update --init --recursive

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.7',
315+
version='1.0.8',
316316
description='Python interface for YARA',
317317
long_description=readme,
318318
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)