Skip to content

Commit

Permalink
Merge pull request #134 from prebid/release/0.2.10
Browse files Browse the repository at this point in the history
Release/0.2.10
  • Loading branch information
dshore committed Aug 30, 2023
2 parents 8ba4823 + ff22ff5 commit 0d4c99b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install twine==3.2.0 wheel
python -m pip install twine==4.0.2 wheel
- name: Build and publish
env:
TWINE_USERNAME: 'Prebid'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_txt(filename):

release_requirements = [
'bump2version>=1',
'twine==3.2.0',
'twine>=4',
]

setup_requirements = []
Expand Down

0 comments on commit 0d4c99b

Please sign in to comment.