Commit f9d3254 1 parent 12ad13e commit f9d3254 Copy full SHA for f9d3254
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,13 @@ after_success: |
79
79
if [[ $TRAVIS_OS_NAME == osx && $MB_PYTHON_VERSION == $PYTHON_MAIN_VERSION ]]; then
80
80
pip install wheel twine
81
81
python setup.py bdist_wheel
82
- twine upload --skip-existing -u sbraz dist/*.{ whl,gz}
82
+ twine upload --skip-existing -u sbraz dist/*.whl
83
83
elif [[ $TRAVIS_OS_NAME == linux && $TRAVIS_PYTHON_VERSION == $PYTHON_MAIN_VERSION ]]; then
84
84
# sdists generated on OSX have a problem with the accented test file
85
85
# https://github.com/sbraz/pymediainfo/issues/67
86
86
python setup.py sdist
87
87
pip install twine
88
- twine upload --skip-existing -u sbraz dist/*.{whl,gz}
88
+ twine upload --skip-existing -u sbraz dist/*.gz
89
89
fi
90
90
fi
91
91
env :
You can’t perform that action at this time.
0 commit comments