travis: remove sdist builds
This commit is contained in:
parent
2d569527f2
commit
c31df4fa25
|
@ -53,7 +53,7 @@ after_success:
|
|||
then
|
||||
pip install -e ./release
|
||||
python ./release/rtool.py bdist
|
||||
python ./release/rtool.py upload-snapshot --sdist --bdist --wheel
|
||||
python ./release/rtool.py upload-snapshot --bdist --wheel
|
||||
fi
|
||||
|
||||
notifications:
|
||||
|
|
Loading…
Reference in New Issue