File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313jobs :
1414 build-archive-wheel :
1515
16- uses : OpenBMB/BMTrain/.github/workflows/build_whl.yml@main
16+ uses : OpenBMB/BMTrain/.github/workflows/build_whl.yml@dev
1717 secrets : inherit
1818
1919 publish :
Original file line number Diff line number Diff line change 4545 docker run -e BUILD_DOCKER_ENV=1 -e CUDACXX=/usr/local/cuda-11.3/bin/nvcc -e PATH="/opt/rh/devtoolset-9/root/usr/bin:$PATH" -e LD_LIBRARY_PATH="/opt/rh/devtoolset-9/root/usr/lib64:/opt/rh/devtoolset-9/root/usr/lib:/usr/local/nvidia/lib:/usr/local/nvidia/lib64:$LD_LIBRARY_PATH" -v ${{ github.workspace }}:/workspace/BMTrain -i pytorch/manylinux-cuda113:latest /bin/bash -c "cd /workspace/BMTrain;/opt/python/cp${version}*/bin/pip install build; /opt/python/cp${version}*/bin/python -m build .;for file in dist/*-linux_x86_64.whl; do mv \"\$file\" \"\${file//-linux_x86_64/-manylinux2014_x86_64}\"; done"
4646
4747 - name : Archive distribution files
48- uses : actions/upload-artifact@v2
48+ uses : actions/upload-artifact@v4
4949 with :
5050 name : dist
5151 path : |
You can’t perform that action at this time.
0 commit comments