Skip to content

Commit a53d577

Browse files
committed
Revert "release.yml: in Ubuntu 24.04 runners setuptools has to be installed manually"
This reverts commit c53782a. But into the release virtualenv, not here (see the next commit).
1 parent c53782a commit a53d577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v3
1111
- run: |
1212
sudo apt-get install python3-venv make
13-
pip3 install --upgrade pip wheel twine setuptools
13+
pip3 install --upgrade pip wheel twine
1414
- run: make release
1515
- run: make release-test
1616
- name: Publish a Python distribution to PyPI

0 commit comments

Comments
 (0)