File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 - uses : actions/checkout@master
1818 - uses : actions/setup-python@master
1919 with :
20- python-version : 3.12
20+ python-version : 3.13
2121 - run : pip install -r requirements-build-3_12.txt
2222 - run : python setup.py sdist
23- - uses : actions/upload-artifact@v3
23+ - uses : actions/upload-artifact@v4
2424 with :
2525 name : dist
2626 path : dist
8787 CIBW_BEFORE_TEST : pip install -r {project}/${{ matrix.python.req_test }}
8888 CIBW_TEST_COMMAND : pytest {project}/test
8989
90- - uses : actions/upload-artifact@v3
90+ - uses : actions/upload-artifact@v4
9191 with :
9292 name : dist
9393 path : dist
9898 needs : [tar_gz, wheels]
9999 runs-on : ubuntu-22.04
100100 steps :
101- - uses : actions/download-artifact@v3
101+ - uses : actions/download-artifact@v4
102102 with :
103103 name : dist
104104 path : dist
You can’t perform that action at this time.
0 commit comments