File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 29
29
- master
30
30
deploy_script :
31
31
- python -m pip install twine
32
- # Remove for deployment to official PyPi repo
33
- - " python -m twine upload --repository-url https://test.pypi.org/legacy/ --skip-existing dist\\ *.whl"
32
+ - " python -m twine upload --skip-existing dist\\ *.whl"
Original file line number Diff line number Diff line change @@ -30,5 +30,5 @@ script:
30
30
- cibuildwheel --output-dir dist
31
31
- |
32
32
if [ "$TRAVIS_BRANCH" == "master" ]; then
33
- twine upload --repository-url https://test.pypi.org/legacy/ -- skip-existing dist/*.whl
33
+ twine upload --skip-existing dist/*.whl
34
34
fi
Original file line number Diff line number Diff line change 11
11
"misc" ,
12
12
"performance_eval" ]
13
13
14
- __version__ = '0.2.4 '
14
+ __version__ = '0.2.5 '
You can’t perform that action at this time.
0 commit comments