Skip to content

Commit 2502a3a

Browse files
authored
Add Threat Prevention APIs #5
2 parents c791a5c + 24f7291 commit 2502a3a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
steps:
77
- uses: actions/checkout@v4
88
- name: Set up Python
9-
uses: actions/setup-python@v2
9+
uses: actions/setup-python@v5
1010
with:
11-
python-version: '3.x'
11+
python-version: '3.8'
1212
- name: Build SDK
1313
run: |
1414
python -m pip install -r ./requirements.txt

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Set up Python 3.9
14-
uses: actions/setup-python@v1
14+
uses: actions/setup-python@v5
1515
with:
1616
python-version: 3.9
1717
- name: Build SDK
@@ -37,6 +37,6 @@ jobs:
3737
.
3838
- name: Publish distribution 📦 to PyPI
3939
if: startsWith(github.ref, 'refs/tags')
40-
uses: pypa/gh-action-pypi-publish@master
40+
uses: pypa/gh-action-pypi-publish@release/v1
4141
with:
4242
password: ${{ secrets.PYPI_API_TOKEN }}

setup.py

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

2626
setup_kwargs = {
2727
'name': "chkp-harmony-endpoint-management-sdk",
28-
'version': '1.1.26',
28+
'version': '1.1.27',
2929
'keywords': 'python, harmony, endpoint, sdk, checkpoint',
3030
'license': 'MIT',
3131
'description': 'Harmony Endpoint Official Python SDK',

0 commit comments

Comments
 (0)