Skip to content

Commit f4bd9aa

Browse files
committed
Install setuptools for release workflow
1 parent e3c621b commit f4bd9aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- uses: actions/setup-python@v5
1717
with:
1818
python-version: ${{env.PYTHON_VERSION}}
19+
- name: Install setuptools
20+
run: pip install setuptools
1921

2022
- name: Configure Git user
2123
run: |

0 commit comments

Comments
 (0)