Skip to content

Commit 5ff7e27

Browse files
pom: Upgrade pip tools to compatible versions #TASK-7262
1 parent e89847a commit 5ff7e27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-python-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
name: ${{ inputs.artifact }}
2727
- name: Chmod
2828
run: chmod +x ./clients/python/*sh
29-
# - name: Upgrade pip tools to compatible versions
30-
# run: |
31-
# python -m pip install --upgrade pip
32-
# pip install --upgrade setuptools packaging
29+
- name: Upgrade pip tools to compatible versions
30+
run: |
31+
python -m pip install --upgrade pip
32+
pip install --upgrade setuptools packaging
3333
- name: Build Python package for PyPI
3434
env:
3535
TWINE_USERNAME: ${{ secrets.PYPI_TWINE_USER }}

0 commit comments

Comments
 (0)