Skip to content

Commit

Permalink
pin setuptools to address setuptools#4483
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jul 18, 2024
1 parent 0053c00 commit dd1ff76
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --user --upgrade pip
python -m pip install --upgrade setuptools wheel twine check-wheel-contents
python -m pip install -r build-requirements.txt
python -m pip --version
- name: Build distributions
Expand Down
5 changes: 5 additions & 0 deletions build-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
bumpversion~=0.6.0
setuptools~=70.0
twine~=5.0
twine~=4.0
wheel~=0.43
4 changes: 1 addition & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ pytest-xdist~=3.5
thrift_sasl~=0.4.3

# build
bumpversion~=0.6.0
twine~=4.0
wheel~=0.43
-r build-requirements.txt

0 comments on commit dd1ff76

Please sign in to comment.