File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.1c0
7
+ - release/0.0.2a
8
8
9
9
jobs :
10
10
27
27
run : |
28
28
export PATH="/opt/python/${{ matrix.python_version[1] }}/bin:$PATH"
29
29
python3 -mpip install wheel
30
- BUILD_VERSION=0.0.1c0 python3 setup.py bdist_wheel
30
+ BUILD_VERSION=0.0.2a python3 setup.py bdist_wheel
31
31
# NB: wheels have the linux_x86_64 tag so we rename to manylinux1
32
32
# find . -name 'dist/*whl' -exec bash -c ' mv $0 ${0/linux/manylinux1}' {} \;
33
33
# pytorch/pytorch binaries are also manylinux_2_17 compliant but they
68
68
run : |
69
69
export CC=clang CXX=clang++
70
70
python3 -mpip install wheel
71
- BUILD_VERSION=0.0.1c0 python3 setup.py bdist_wheel
71
+ BUILD_VERSION=0.0.2a python3 setup.py bdist_wheel
72
72
- name : Upload wheel for the test-wheel job
73
73
uses : actions/upload-artifact@v2
74
74
with :
Original file line number Diff line number Diff line change 1
- 0.0.1c0
1
+ 0.0.2a
You can’t perform that action at this time.
0 commit comments