Skip to content

Commit

Permalink
Revert "Includ sdist in twine upload"
Browse files Browse the repository at this point in the history
This reverts commit 913565f.
  • Loading branch information
dexter2206 committed Sep 17, 2019
1 parent 913565f commit c071c24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion travisci/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set -e -x
for PYBIN in /opt/python/*/bin; do
"${PYBIN}/pip" install numpy
CPATH=$CPATH:/ising/thrust "${PYBIN}/pip" wheel /ising/ -w /ising/wheelhouse/
"${PYBIN}/python" /ising/setup.py sdist -d /ising/wheelhouse/
done

# Bundle external shared libraries into the wheels
Expand Down
3 changes: 1 addition & 2 deletions travisci/upload-wheels.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
pip install twine
TWINE_USERNAME=dexter2206 twine upload wheelhouse/ising*.whl
TWINE_USERNAME=dexter2206 twine upload wheelhouse/ising*.whl
TWINE_USERNAME=dexter2206 twine upload wheelhouse/ising*manylinux*.whl

0 comments on commit c071c24

Please sign in to comment.