File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- name : Build aarch64 Linux
1+ name : Build & Publish aarch64 Linux
22on :
33 release :
44 types : [created]
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*"
Original file line number Diff line number Diff line change 1- name : Build
1+ name : Build & Publish
22
33on :
44 release :
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ def run(self):
312312
313313setup (
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' ,
You can’t perform that action at this time.
0 commit comments