Skip to content

Commit bd5a8d6

Browse files
authored
Merge pull request #18
Fix GitHub build
2 parents 59882c4 + 7a0ba30 commit bd5a8d6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
uses: actions/setup-python@v5
1515
with:
1616
python-version: 3.9
17+
- uses: actions/setup-java@v3
18+
with:
19+
distribution: 'zulu'
20+
java-version: '8'
1721
- name: Build SDK
1822
run: |
1923
python -m pip install -r ./requirements.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
setup_kwargs = {
2828
'name': "chkp-harmony-endpoint-management-sdk",
29-
'version': '1.1.40',
29+
'version': '1.1.42',
3030
'keywords': 'python, harmony, endpoint, sdk, checkpoint',
3131
'license': 'MIT',
3232
'description': 'Harmony Endpoint Official Python SDK',

0 commit comments

Comments
 (0)