Skip to content

Commit 75f8475

Browse files
authored
Manifest (#115)
* Updated travis cfg * Updated manifest
1 parent 1e57d7e commit 75f8475

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.travis.yml

+2-11
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,10 @@ jobs:
8080
install:
8181
- pip install twine
8282
script:
83+
- python setup.py sdist
8384
- if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"; fi
8485
- ./ci/travis/build-manylinux.sh
8586
after_success:
8687
- if [[ ! -z "$TRAVIS_TAG" ]]; then
87-
twine upload --skip-existing -u $PYPI_U -p $PYPI_P wheelhouse/*.whl;
88+
twine upload --skip-existing -u $PYPI_U -p $PYPI_P wheelhouse/*.whl dist/*;
8889
fi
89-
deploy:
90-
- provider: pypi
91-
skip_cleanup: true
92-
on:
93-
repo: ParallelSSH/ssh2-python
94-
tags: true
95-
distributions: sdist
96-
user: pkittenis
97-
password:
98-
secure: "eEBo76bmNWArLOzLNkv8whYO81HqkYpwUu3RqBHv6PNW/sI70VSIVfPTWo8ThlNkYSBy1Sxci6eU+Vd8qYH/vaCbl4068BkzroGUqGMLHXLRLEPQjO2pxTvnQ7Nbj/Mi9enoslLJKflx2USy2iPz1yGCWZrPzjLWmEMcx6j5e3fEUGF2p6p01w/zWxmiSoyJgBsby9P8Fl5nflsNMVR/or8frK4K1T6Y2oTuEx9aYymmBPFOO5DHaedDxnhZ04KKaACIECvKrT5V3PMM1jrE3qu6hJ1LS0/mSivEdCwCszHanjIQy/enkNtLgxVm4jIRUjuAwL1MmxPtkAUcKrQor1YokMqm5fExdwvnp+qjtyejfA3IvT93nYvCj4IEYNMDtUGFUBjsYLqg7Ked/jvO53Ek5WEAE/Mx8F/OAtuvkpEeUKTIWxfd+V0b7pgShVuU5zFyi3y97vpRtdwqzOFr8QT3Hq+g/RIdghPQ9pGQ3GOomTMO1B7mAyOG6SYyQM/wra2h2dQTHCbgzAtsPzZLiZhWIGcU7/mGLm0kZBT6McnH2//hsIPXG8S94u2MWE0KRH5YhJ/2ATWneYyFHWQfwqDeR/1CZe66gFcPJ9cOIG+8pcmXueLhnueDbh2EWa8jmumtrAz+z+rcokih0c7catT7pByDv24Ouuw2Yf3my60="

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ include LICENSE
88
include ssh2/*.pyx
99
include ssh2/*.pxd
1010
include ssh2/find_eol*
11+
include ssh2/*.c

0 commit comments

Comments
 (0)