File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,11 @@ _install: &_install
88 - . .travis.install
99 - pip install numpy auditwheel==1.5 setuptools twine
1010 - python3 setup.py bdist_wheel
11+ - auditwheel repair -w dist dist/*
1112
1213_deploy : &_deploy
1314 provider : script
14- script :
15- - auditwheel repair -w dist dist/*
16- - twine upload dist/*manylinux* -u $PYPI_LOGIN -p $PYPI_PASS
15+ script : twine upload dist/*manylinux* -u $PYPI_LOGIN -p $PYPI_PASS
1716 skip_cleanup : true
1817 on :
1918 tags : true
@@ -32,14 +31,7 @@ matrix:
3231 python : 3.4
3332 install : *_install
3433 script : skip
35- deploy :
36- provider : script
37- script :
38- - auditwheel repair -w dist dist/*
39- - twine upload dist/*manylinux* -u $PYPI_LOGIN -p $PYPI_PASS
40- skip_cleanup : true
41- on :
42- tags : true
34+ deploy : *_deploy
4335 - language : python
4436 python : 3.5
4537 install : *_install
@@ -53,4 +45,4 @@ matrix:
5345
5446
5547notifications :
56- email : false
48+ email : false
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def is_pure(self):
4646setup (
4747 name = "libMHCUDA" ,
4848 description = "Accelerated Weighted MinHash-ing on GPU" ,
49- version = "2.0.1 " ,
49+ version = "2.0.2 " ,
5050 license = "Apache Software License" ,
5151 author = "Vadim Markovtsev" ,
5252
You can’t perform that action at this time.
0 commit comments