File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 44 types : [opened, synchronize, reopened]
55 push :
66 branches :
7- - release/0.0.5
7+ - release/0.1.0
88
99jobs :
1010
2626 run : |
2727 export PATH="/opt/python/${{ matrix.python_version[1] }}/bin:$PATH"
2828 python3 -mpip install wheel
29- BUILD_VERSION=0.0.5 python3 setup.py bdist_wheel
29+ BUILD_VERSION=0.1.0 python3 setup.py bdist_wheel
3030 # NB: wheels have the linux_x86_64 tag so we rename to manylinux1
3131 # find . -name 'dist/*whl' -exec bash -c ' mv $0 ${0/linux/manylinux1}' {} \;
3232 # pytorch/pytorch binaries are also manylinux_2_17 compliant but they
6666 run : |
6767 export CC=clang CXX=clang++
6868 python3 -mpip install wheel
69- BUILD_VERSION=0.0.5 python3 setup.py bdist_wheel
69+ BUILD_VERSION=0.1.0 python3 setup.py bdist_wheel
7070 - name : Upload wheel for the test-wheel job
7171 uses : actions/upload-artifact@v2
7272 with :
9898 shell : bash
9999 run : |
100100 python3 -mpip install wheel
101- BUILD_VERSION=0.0.5 python3 setup.py bdist_wheel
101+ BUILD_VERSION=0.1.0 python3 setup.py bdist_wheel
102102 - name : Upload wheel for the test-wheel job
103103 uses : actions/upload-artifact@v2
104104 with :
Original file line number Diff line number Diff line change @@ -231,10 +231,13 @@ def _main(argv):
231231 },
232232 zip_safe = False ,
233233 classifiers = [
234- "Programming Language :: Python :: 3" ,
234+ "Programming Language :: Python :: 3.7" ,
235+ "Programming Language :: Python :: 3.8" ,
236+ "Programming Language :: Python :: 3.9" ,
237+ "Programming Language :: Python :: 3.10" ,
235238 "License :: OSI Approved :: MIT License" ,
236239 "Operating System :: OS Independent" ,
237- "Development Status :: 3 - Alpha " ,
240+ "Development Status :: 4 - Beta " ,
238241 "Intended Audience :: Developers" ,
239242 "Intended Audience :: Science/Research" ,
240243 "License :: OSI Approved :: BSD License" ,
Original file line number Diff line number Diff line change 1- 0.0.5
1+ 0.1.0
You can’t perform that action at this time.
0 commit comments