File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-24.04
1313 steps :
1414 - uses : actions/checkout@v6
15- - uses : actions/setup-python@v5
15+ - uses : actions/setup-python@v6
1616 with :
1717 python-version : ' 3.13'
1818 - run : pip install . matplotlib pycryptodome rc4
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-24.04
1616 steps :
1717 - uses : actions/checkout@v6
18- - uses : actions/setup-python@v5
18+ - uses : actions/setup-python@v6
1919 with :
2020 python-version : ' 3.13'
2121 - run : pip install setuptools
4242 - ' pypy-3.10'
4343 steps :
4444 - uses : actions/checkout@v6
45- - uses : actions/setup-python@v5
45+ - uses : actions/setup-python@v6
4646 with :
4747 python-version : " ${{ matrix.python-version }}"
4848 - run : pip install setuptools wheel
8383 - build-manylinux-wheels
8484 runs-on : ubuntu-24.04
8585 steps :
86- - uses : actions/setup-python@v5
86+ - uses : actions/setup-python@v6
8787 with :
8888 python-version : ' 3.13'
8989 - run : pip install twine
Original file line number Diff line number Diff line change 1616 - ' pypy-3.10'
1717 steps :
1818 - uses : actions/checkout@v6
19- - uses : actions/setup-python@v5
19+ - uses : actions/setup-python@v6
2020 with :
2121 python-version : " ${{ matrix.python-version }}"
2222 - name : Install lcov
You can’t perform that action at this time.
0 commit comments