File tree Expand file tree Collapse file tree 2 files changed +2
-50
lines changed Expand file tree Collapse file tree 2 files changed +2
-50
lines changed Original file line number Diff line number Diff line change 42
42
include :
43
43
44
44
- stage : test
45
-
46
- # - &osx-wheels
47
- # stage: build packages
48
- # if: tag IS present
49
- # os: osx
50
- # osx_image: xcode11.6
51
- # before_install:
52
- # - sudo -H pip install twine
53
- # - which twine
54
- # install: skip
55
- # script:
56
- # - ./ci/osx-wheel.sh
57
- # after_success:
58
- # - if [[ ! -z "$TRAVIS_TAG" ]]; then
59
- # twine upload --skip-existing -u $PYPI_U -p $PYPI_P wheels/*.whl;
60
- # fi
61
- # language: generic
62
- # python: skip
63
-
64
- # - <<: *osx-wheels
65
- # osx_image: xcode11.3
66
-
67
- # - stage: build packages
68
- # if: tag IS present
69
- # env:
70
- # - WHEELS=1
71
- # os: linux
72
- # python: 3.6
73
- # before_install: skip
74
- # install:
75
- # - pip install twine
76
- # script:
77
- # - docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" &&
78
- # ./ci/travis/build-manylinux.sh;
79
- # after_success:
80
- # - if [[ ! -z "$TRAVIS_TAG" ]]; then
81
- # twine upload --skip-existing -u $PYPI_U -p $PYPI_P wheelhouse/*.whl;
82
- # fi
83
- # deploy:
84
- # - provider: pypi
85
- # user: pkittenis
86
- # password:
87
- # secure: ZQJ41Nguc7Y5XHvtN8lITIiW1S1jvy0p50rssMUJpa9wVZIh0HcW0K/Xv2v17fDNuOvQlVbsF0sY/BmcRfH7c7nzwt7fRXGOjXbZk5djqwusKXL6zlVN7OKjAY6j2EByOjD9UpDDkB5tDqb4lRBCX87wknii/t+7/8P0ddoBojM=
88
- # on:
89
- # repo: ParallelSSH/parallel-ssh
90
- # tags: true
91
- # distributions: sdist
92
- # upload_docs: false
93
- # cleanup: false
45
+ if : tag IS NOT present
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Change Log
7
7
Changes
8
8
--------
9
9
10
- See `Upgrading to API 2.0 <upgrade-link >`_ for examples of code that will need updating.
10
+ See `Upgrading to API 2.0 <https://parallel-ssh.readthedocs.io/en/latest/api_upgrade_2_0.html >`_ for examples of code that will need updating.
11
11
12
12
* Removed paramiko clients and dependency.
13
13
* ``ParallelSSHClient.run_command `` now always returns a list of ``HostOutput `` - ``return_list `` argument is a no-op and may be removed.
You can’t perform that action at this time.
0 commit comments