Skip to content

Commit 6ca26f4

Browse files
author
John Sartore
committed
SDK update 20230327-165550
Signed-off-by: John Sartore <[email protected]>
1 parent f80f5b4 commit 6ca26f4

File tree

12 files changed

+14
-417
lines changed

12 files changed

+14
-417
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 16 deletions
This file was deleted.

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.releaserc

Lines changed: 0 additions & 23 deletions
This file was deleted.

.travis.yml

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
dist: bionic
22

33
language: python
4-
python:
5-
- "3.11"
64

75
cache: pip
86

97
# Only run on main (still tests PRs)
108
branches:
119
only:
1210
- main
11+
- /v\d+.\d+.\d+/
1312

1413
notifications:
1514
email: true
1615

17-
before_install:
18-
# create an .env file that is pulled in while executing the v2 integration tests
19-
- echo "CODE_ENGINE_URL=https://$CE_API_HOST/v2" > code_engine_v2.env
20-
- echo "CODE_ENGINE_AUTH_TYPE=iam" >> code_engine_v2.env
21-
- echo "CODE_ENGINE_APIKEY=$CE_API_KEY" >> code_engine_v2.env
22-
- echo "CODE_ENGINE_AUTH_URL=$IAM_ENDPOINT" >> code_engine_v2.env
16+
matrix:
17+
include:
18+
- python: '3.7'
19+
- python: '3.8'
20+
- python: '3.9'
21+
- python: '3.10'
2322

2423
install:
2524
- sudo apt-get update
@@ -30,17 +29,14 @@ install:
3029

3130
script:
3231
- make ci
33-
- make test-int
34-
35-
before_deploy:
36-
- nvm install 14
37-
- npm install
38-
- pip install bump2version
3932

4033
deploy:
41-
# Use semantic release to create a tag and release on each commit to the main branch
42-
- provider: script
43-
script: npm run semantic-release
34+
- provider: pypi
35+
user: __token__
36+
password:
37+
secure: rY5xzjHyKA/F8VQWr5+7bi3JlxFSgbf26jSXlB1KGRhfVFK+pnk6o/SiRnrbMzkKBa3ApfLXTaNLq50rkVGgMHfYg5+bDxGcNt19YcLVqi2geEOOdOFBoBLQmg/mkYJEfvKZJPNjBcX8RntR0Z94N7sEXgoDU3ilbO0P72WZ5AQSL6VqZGKgoltuiultkRdox34r1cCMVDS9Rtg8DkJP81mNGn4orYavmQBJy8SWsy+4oOXJACIGtN2MA59ZmcIhHCqwmcBno40rDo1ANxt+8cAqPJkLosuF+64R8L/Hc3Vo3DVFd2DuREt5PfuSj8ZzfsA1xIrArsXnYCbc54agdUW/fMsOEK5YejfAV4M0Dp7X5xWHfAm2n/9pPYxRLsRKlUxgXbCK9quG2JjPsulbW6P99OgusqQVe0z/q9Y39Q0bcUvtjo04oFIWPqrRWt4ejgFm10R/+kymoZbfkRGXVJNFnUkxJuXGTnRDOjUlOh/qUwpXmevLPMllPKcV1qig69GWaPfPgQF0h0d7Yd38AgKN4+yBfkK4Tb7Dh7n53n/rvINh3l9s3ctcyluqUta+TO34BAzwwSM52F5VMQYKzrXTfMTjxmhRCPpeUHf+tTKVi344BMo8sjddsUxrhZBgYRnH9RmvK7q27vrf2yqsg+T7QUjEGRETid/+dZHSWtQ=
38+
repository: https://upload.pypi.org/legacy
4439
skip_cleanup: true
4540
on:
46-
branch: main
41+
python: '3.10'
42+
tags: true

.travis_public.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 93 deletions
This file was deleted.

example/README.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

example/example.py

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)