File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010 name : Build source package
1111 runs-on : [ ubuntu-latest ]
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414
15- - uses : actions/setup-python@v4
15+ - uses : actions/setup-python@v5
1616 name : Install Python
1717 with :
1818 python-version : ' 3.x'
2222 python -m pip install setuptools
2323 python setup.py sdist
2424
25- - uses : actions/upload-artifact@v3
25+ - uses : actions/upload-artifact@v4
2626 with :
2727 name : source
2828 path : ./dist/*.tar.gz
3737 if : github.actor == 'Legrandin'
3838
3939 steps :
40- - uses : actions/checkout@v3
40+ - uses : actions/checkout@v4
4141
4242 - name : Select architecture for MacOS
4343 run : |
7070 run : |
7171 rm -f wheelhouse/*-manylinux1_*.whl
7272
73- - uses : actions/upload-artifact@v3
73+ - uses : actions/upload-artifact@v4
7474 with :
7575 name : wheels
7676 path : ./wheelhouse/*.whl
9595 if : github.actor == 'Legrandin'
9696
9797 steps :
98- - uses : actions/checkout@v3
98+ - uses : actions/checkout@v4
9999
100100 - name : Install MSVC
101101 if : runner.os == 'Windows'
@@ -139,7 +139,7 @@ jobs:
139139 run : |
140140 rm -f wheelhouse/*-manylinux1_*.whl
141141
142- - uses : actions/upload-artifact@v3
142+ - uses : actions/upload-artifact@v4
143143 with :
144144 name : wheels
145145 path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments