Skip to content

Commit 6f5f961

Browse files
author
Zoran Simic
committed
Avoid setuptools 77.0.3 when publishing
1 parent 3270c97 commit 6f5f961

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
with:
2020
python-version: '3.10'
2121

22+
# Temporarily avoid 77.0.3, see https://github.com/pypa/setuptools/issues/4902
2223
- run: |
23-
pip install -U pip setuptools wheel tox
24+
pip install -U pip 'setuptools!=77.0.3' wheel tox
2425
git config --global user.name tester
2526
git config --global user.email tester@example.com
2627
- run: tox -e py,docs,style,security

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Release notes
33
=============
44

5-
3.7.0 (2025-03-20)
5+
3.7.1 (2025-03-20)
66
------------------
77

88
* Adapted ``CheckCommand`` to setuptools v77.0.3

0 commit comments

Comments
 (0)