File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v6
1515 - uses : actions/setup-python@v6
1616 with :
17- python-version : ' 3.13 '
17+ python-version : ' 3.14 '
1818 - run : pip install . matplotlib pycryptodome rc4
1919 - run : nice -19 python benchmark.py -o benchmark.svg
2020 - uses : actions/upload-artifact@v6
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v6
1818 - uses : actions/setup-python@v6
1919 with :
20- python-version : ' 3.13 '
20+ python-version : ' 3.14 '
2121 - run : pip install setuptools
2222 - run : python setup.py sdist --verbose
2323 - uses : actions/upload-artifact@v6
8585 steps :
8686 - uses : actions/setup-python@v6
8787 with :
88- python-version : ' 3.13 '
88+ python-version : ' 3.14 '
8989 - run : pip install twine
9090 - uses : actions/download-artifact@v7
9191 with :
You can’t perform that action at this time.
0 commit comments