Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 07c0ec7

Browse files
Pin setuptools for publishing
pypi/warehouse#15611 This isn't an ideal fix - ideally we'd use latest things as sensible, but given archiving Eel soon I don't consider it worth fixing publishing 'properly'.
1 parent 26bf2a5 commit 07c0ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: 3.x
1919
architecture: x64
2020
- name: Install setuptools
21-
run: pip install setuptools
21+
run: pip install setuptools==76.1.0
2222
- name: Build a source distribution
2323
run: python setup.py sdist
2424
- name: Publish to prod PyPI

0 commit comments

Comments
 (0)