File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
types : [opened, synchronize, reopened]
5
5
push :
6
6
branches :
7
- - release/0.0.4
7
+ - release/0.0.5
8
8
9
9
jobs :
10
10
26
26
run : |
27
27
export PATH="/opt/python/${{ matrix.python_version[1] }}/bin:$PATH"
28
28
python3 -mpip install wheel
29
- BUILD_VERSION=0.0.4 python3 setup.py bdist_wheel
29
+ BUILD_VERSION=0.0.5 python3 setup.py bdist_wheel
30
30
# NB: wheels have the linux_x86_64 tag so we rename to manylinux1
31
31
# find . -name 'dist/*whl' -exec bash -c ' mv $0 ${0/linux/manylinux1}' {} \;
32
32
# pytorch/pytorch binaries are also manylinux_2_17 compliant but they
66
66
run : |
67
67
export CC=clang CXX=clang++
68
68
python3 -mpip install wheel
69
- BUILD_VERSION=0.0.4 python3 setup.py bdist_wheel
69
+ BUILD_VERSION=0.0.5 python3 setup.py bdist_wheel
70
70
- name : Upload wheel for the test-wheel job
71
71
uses : actions/upload-artifact@v2
72
72
with :
98
98
shell : bash
99
99
run : |
100
100
python3 -mpip install wheel
101
- BUILD_VERSION=0.0.4 python3 setup.py bdist_wheel
101
+ BUILD_VERSION=0.0.5 python3 setup.py bdist_wheel
102
102
- name : Upload wheel for the test-wheel job
103
103
uses : actions/upload-artifact@v2
104
104
with :
Original file line number Diff line number Diff line change 1
- 0.0.4
1
+ 0.0.5
You can’t perform that action at this time.
0 commit comments