File tree Expand file tree Collapse file tree 4 files changed +2
-17
lines changed Expand file tree Collapse file tree 4 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -26811,11 +26811,6 @@ const core = __nccwpck_require__(8611);
26811
26811
try {
26812
26812
const files = JSON.parse(core.getInput('files-changed'));
26813
26813
const startingMatrix = [
26814
- {
26815
- "python-version": "3.8",
26816
- "api-key": "STAGING_LABELBOX_API_KEY_2",
26817
- "da-test-key": "DA_GCP_LABELBOX_API_KEY"
26818
- },
26819
26814
{
26820
26815
"python-version": "3.9",
26821
26816
"api-key": "STAGING_LABELBOX_API_KEY_3",
Original file line number Diff line number Diff line change 71
71
fail-fast : false
72
72
matrix :
73
73
include :
74
- - python-version : 3.8
75
- prod-key : PROD_LABELBOX_API_KEY_2
76
- da-test-key : DA_GCP_LABELBOX_API_KEY
77
74
- python-version : 3.9
78
75
prod-key : PROD_LABELBOX_API_KEY_3
79
76
da-test-key : DA_GCP_LABELBOX_API_KEY
Original file line number Diff line number Diff line change 44
44
- name : Get Latest SDK versions
45
45
id : get_sdk_versions
46
46
run : |
47
- sdk_versions=$(git tag --list --sort=-version:refname "v.*" | head -n 4 | jq -R -s -c 'split("\n")[:-1]')
47
+ sdk_versions=$(git tag --list --sort=-version:refname "v.*" | head -n 3 | jq -R -s -c 'split("\n")[:-1]')
48
48
if [ -z "$sdk_versions" ]; then
49
49
echo "No tags found"
50
50
exit 1
58
58
fail-fast : false
59
59
matrix :
60
60
include :
61
- - python-version : 3.8
62
- api-key : STAGING_LABELBOX_API_KEY_2
63
- da-test-key : DA_GCP_LABELBOX_API_KEY
64
- sdk-version : ${{ fromJson(needs.get_sdk_versions.outputs.sdk_versions)[3] }}
65
61
- python-version : 3.9
66
62
api-key : STAGING_LABELBOX_API_KEY_3
67
63
da-test-key : DA_GCP_LABELBOX_API_KEY
103
99
- uses : ./.github/actions/python-package-shared-setup
104
100
with :
105
101
rye-version : ${{ vars.RYE_VERSION }}
106
- python-version : ' 3.8 '
102
+ python-version : ' 3.9 '
107
103
- name : Create build
108
104
id : create-build
109
105
working-directory : libs/labelbox
Original file line number Diff line number Diff line change 13
13
fail-fast : false
14
14
matrix :
15
15
include :
16
- - python-version : 3.8
17
- api-key : PROD_LABELBOX_API_KEY_2
18
- da-test-key : DA_GCP_LABELBOX_API_KEY
19
16
- python-version : 3.9
20
17
api-key : PROD_LABELBOX_API_KEY_3
21
18
da-test-key : DA_GCP_LABELBOX_API_KEY
You can’t perform that action at this time.
0 commit comments