File tree Expand file tree Collapse file tree 5 files changed +1543
-20
lines changed Expand file tree Collapse file tree 5 files changed +1543
-20
lines changed Original file line number Diff line number Diff line change @@ -16,30 +16,30 @@ before_install:
16
16
- sudo apt-get update
17
17
- sudo apt-get install pandoc
18
18
- pip install pypandoc
19
- # - 'openssl aes-256-cbc -K $ghost_key -iv $ghost_iv -in .ghostenv.enc -out .ghostenv -d || true'
19
+ # - '[ "${TRAVIS_PULL_REQUEST}" == "false" ] && openssl aes-256-cbc -K $ghost_key -iv $ghost_iv -in .ghostenv.enc -out .ghostenv -d || true'
20
20
21
21
install :
22
22
- pip install tox-travis
23
23
24
24
script :
25
25
- tox
26
26
27
- # before_deploy:
28
- # - pip install bump2version
29
- # - nvm install 12
30
- # - npm install @semantic-release/changelog
31
- # - npm install @semantic-release/exec
32
- # - npm install @semantic-release/git
33
- # - npm install @semantic-release/github
34
- #
35
- # deploy:
36
- # - provider: script
37
- # script: npx semantic-release
38
- # skip_cleanup: true
39
- # on:
40
- # python: '3.5'
41
- # branch: master
42
- #
27
+ before_deploy :
28
+ - pip install bump2version
29
+ - nvm install 12
30
+ - npm install @semantic-release/changelog
31
+ - npm install @semantic-release/exec
32
+ - npm install @semantic-release/git
33
+ - npm install @semantic-release/github
34
+
35
+ deploy :
36
+ - provider : script
37
+ script : npx semantic-release
38
+ skip_cleanup : true
39
+ on :
40
+ python : ' 3.5'
41
+ branch : master
42
+
43
43
# - provider: pypi
44
44
# user: $PYPI_USER
45
45
# password: $PYPI_PASSWORD
Original file line number Diff line number Diff line change 18
18
from .common import get_sdk_headers
19
19
from .version import __version__
20
20
21
- # from .global_search_v2 import GlobalSearchV2
22
- # from .global_tagging_v1 import GlobalTaggingV1
23
- # from .iam_access_groups_v2 import IamAccessGroupsV2
21
+ from .global_search_v2 import GlobalSearchV2
22
+ from .global_tagging_v1 import GlobalTaggingV1
You can’t perform that action at this time.
0 commit comments