File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2424 uses : docker/setup-qemu-action@v2
2525 with :
2626 platforms : arm64
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v5.0.0
28282929 name : Install Python
3030 - name : Get submodules
3434 env :
3535 CIBW_ARCHS : ${{ matrix.cibw_archs }}
3636 CIBW_SKIP : " pp*"
37- - uses : actions/upload-artifact@v3
37+ - uses : actions/upload-artifact@v4.6.2
3838 with :
3939 name : wheels
4040 path : ./wheelhouse/*.whl
@@ -46,15 +46,15 @@ jobs:
4646
4747 steps :
4848 - name : Set up Python
49- uses : actions/setup-python@v5.3 .0
49+ uses : actions/setup-python@v5.6 .0
5050 with :
5151 python-version : ' 3.x'
5252 - name : Install twine
5353 run : |
5454 python -m pip install --upgrade pip
5555 pip install twine
5656 - name : Download Artifacts
57- uses : actions/download-artifact@v3
57+ uses : actions/download-artifact@v5.0.0
5858 with :
5959 name : wheels
6060 path : ./wheelhouse
Original file line number Diff line number Diff line change 1313 os : [ubuntu-latest, windows-latest, macOS-latest]
1414
1515 steps :
16- - uses : actions/checkout@v4.2.2
16+ - uses : actions/checkout@v5.0.0
1717
18- - uses : actions/setup-python@v5.3 .0
18+ - uses : actions/setup-python@v5.6 .0
1919 name : Install Python
2020
2121 - name : Install cibuildwheel
3838 env :
3939 CIBW_ARCHS_MACOS : " auto x86_64 universal2 arm64"
4040
41- - uses : actions/upload-artifact@v3
41+ - uses : actions/upload-artifact@v4.6.2
4242 name : Upload wheels
4343 with :
4444 name : wheels
5959 python -m pip install --upgrade pip
6060 pip install twine
6161 - name : Download Artifacts
62- uses : actions/download-artifact@v3
62+ uses : actions/download-artifact@v5.0.0
6363 with :
6464 name : wheels
6565 path : ./wheels
Original file line number Diff line number Diff line change 1111 os : [ubuntu-latest, windows-latest, macOS-latest]
1212
1313 steps :
14- - uses : actions/checkout@v4.2.2
14+ - uses : actions/checkout@v5.0.0
1515
16- - uses : actions/setup-python@v5.3 .0
16+ - uses : actions/setup-python@v5.6 .0
1717 name : Install Python
1818
1919 - name : Install cibuildwheel
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 steps :
11- - uses : actions/checkout@v4.2.2
11+ - uses : actions/checkout@v5.0.0
1212 - name : Set up Python
13- uses : actions/setup-python@v5.3 .0
13+ uses : actions/setup-python@v5.6 .0
1414 with :
1515 python-version : ' 3.x'
1616 - name : Install dependencies
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.8 ' ,
315+ version = '1.0.9 ' ,
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