File tree 2 files changed +3
-11
lines changed
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -80,19 +80,10 @@ jobs:
80
80
install :
81
81
- pip install twine
82
82
script :
83
+ - python setup.py sdist
83
84
- if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"; fi
84
85
- ./ci/travis/build-manylinux.sh
85
86
after_success :
86
87
- 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/* ;
88
89
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="
Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ include LICENSE
8
8
include ssh2/*.pyx
9
9
include ssh2/*.pxd
10
10
include ssh2/find_eol*
11
+ include ssh2/*.c
You can’t perform that action at this time.
0 commit comments