Skip to content

Commit

Permalink
[sc-61963] Upgrade pip during publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
akiradev committed Oct 9, 2024
1 parent 3258320 commit cf11f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
sed -i s/version=VERSION/version=\"0.0.1+${GITHUB_REF##*/}\"/g setup.py
python -m pip install --user --upgrade setuptools wheel
python -m pip install --user --upgrade pip setuptools wheel
pip install -r requirements.txt
python setup.py sdist bdist_wheel
python setup.py bdist_wheel upload -r local
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "adzerk-decision-sdk"
VERSION = "1.0.0-beta.14"
VERSION = "1.0.0-beta.15"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit cf11f25

Please sign in to comment.