Skip to content

Commit 4f3a840

Browse files
committed
SDK update 20230125-172119
Signed-off-by: REGGEENR <[email protected]>
1 parent e857843 commit 4f3a840

File tree

12 files changed

+14
-368
lines changed

12 files changed

+14
-368
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: H6pxBCHf26B/9qi/3I6W7NkXnSwbPq04GiD06/z6MfZZkM2QQhbwFvDE55BrLhDskbpSEDNH18JuHMlDKu/ihNjDGw7dVnMTjs1/Uf1QlbrZRRtMhQBp3OuVRmE1mPc1PfYyYZlfqDQZkV6oz7NHI69x6Nz68Ltq6S+FaTT/8C72MoF3E4+ea6i/m8FRrxL6XS4ak7eXP1sKWPg3Sf7uEFwYsAWI/gcpjw2mnrqNCJWXkQmbVwWawo1GbfvIAs7ykhWkyZL+heuagdTmE9XEnnXrInp+U9ean5TcS1RMtDHzfB1TndVDxzZQBPwpXR7CdJcBft/NI2h/qA9xQr2DeC5BVLe5UvlPjIQ8KPK6wy2HOi2XwvXJZ3AVRyXPhujr3eLe8wFW/g9k/RPqs1ptwMYSav62gaPzZQzt3fj4dqLblj+nlZE+pAPS1K4Yr+vDQ6JqPhvK4e3f/kg64BjgDdM5aHPWsAvRaMZ6elS3N1v3I5bDxcS0YkdHtbESJUyI/72BZL8svYFOiUi5kmYGM+/VizBE1Ld2nRFH4MpGAQn0AmoR/Wr0WViEQCNoSRHswZxqidudi/tNuMx/w/P/tx8b34s0A1YG/638jaNnIYyWseBSyY465GzgzLbKe4//qO4G38PCieWqP55aULPNDdddFrW02hzwQ/U/PznI8hg=
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 & 44 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.

example/example_deprecated.py

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

package.json

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

0 commit comments

Comments
 (0)