Skip to content

Commit 80592d4

Browse files
committed
add sdist to travis ci
1 parent 700f97a commit 80592d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ env:
1919
- CIBW_BUILD: cp37-*
2020

2121
install:
22-
- python -m pip install twine cibuildwheel==1.1.0
22+
- python -m pip install twine cibuildwheel==1.1.0 wheel
2323
- wget -O parasail-master.zip https://github.com/jeffdaily/parasail/archive/master.zip
2424

2525
script:
2626
- cibuildwheel --output-dir wheelhouse
27+
- if [[ "$TRAVIS_OS_NAME" = "windows" ]]; then python setup.py sdist -d wheelhouse; fi
2728

2829
after_success:
2930
- if [[ $TRAVIS_TAG ]]; then python -m twine upload wheelhouse/*.whl; fi

0 commit comments

Comments
 (0)