File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44 types : [opened, synchronize, reopened]
55 push :
66 branches :
7- - release/0.1.3
7+ - release/0.2.0
88
99concurrency :
1010 # Documentation suggests ${{ github.head_ref }}, but that's only available on pull_request/pull_request_target triggers, so using ${{ github.ref }}.
3232 run : |
3333 export PATH="/opt/python/${{ matrix.python_version[1] }}/bin:$PATH"
3434 python3 -mpip install wheel
35- BUILD_VERSION=0.1.3 python3 setup.py bdist_wheel
35+ BUILD_VERSION=0.2.0 python3 setup.py bdist_wheel
3636 # NB: wheels have the linux_x86_64 tag so we rename to manylinux1
3737 # find . -name 'dist/*whl' -exec bash -c ' mv $0 ${0/linux/manylinux1}' {} \;
3838 # pytorch/pytorch binaries are also manylinux_2_17 compliant but they
7272 run : |
7373 export CC=clang CXX=clang++
7474 python3 -mpip install wheel
75- BUILD_VERSION=0.1.3 python3 setup.py bdist_wheel
75+ BUILD_VERSION=0.2.0 python3 setup.py bdist_wheel
7676 - name : Upload wheel for the test-wheel job
7777 uses : actions/upload-artifact@v2
7878 with :
@@ -104,7 +104,7 @@ jobs:
104104 shell : bash
105105 run : |
106106 python3 -mpip install wheel
107- BUILD_VERSION=0.1.3 python3 setup.py bdist_wheel
107+ BUILD_VERSION=0.2.0 python3 setup.py bdist_wheel
108108 - name : Upload wheel for the test-wheel job
109109 uses : actions/upload-artifact@v2
110110 with :
Original file line number Diff line number Diff line change 1- 0.1.2
1+ 0.2.0
You can’t perform that action at this time.
0 commit comments