File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v1
2020
21- - uses : actions/setup-python@v5.2.0
21+ - uses : actions/setup-python@v5
2222 name : Install Python
2323 with :
2424 python-version : ' 3.x'
3131 if : startsWith(matrix.os, 'macos')
3232 run : |
3333 brew install automake
34+ brew install libtool
3435
3536 - name : Build wheels on Linux
3637 if : startsWith(matrix.os, 'macos') != true
6465 - name : Build sdist
6566 run : cd src/runtime/python && python setup.py sdist
6667
67- - uses : actions/upload-artifact@v2
68+ - uses : actions/upload-artifact@v4
6869 with :
6970 path : ./src/runtime/python/dist/*.tar.gz
7071
7879 - uses : actions/checkout@v2
7980
8081 - name : Set up Python
81- uses : actions/setup-python@v5.2.0
82+ uses : actions/setup-python@v5
8283 with :
8384 python-version : ' 3.x'
8485
You can’t perform that action at this time.
0 commit comments