We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c621b commit f4bd9aaCopy full SHA for f4bd9aa
.github/workflows/release.yml
@@ -16,6 +16,8 @@ jobs:
16
- uses: actions/setup-python@v5
17
with:
18
python-version: ${{env.PYTHON_VERSION}}
19
+ - name: Install setuptools
20
+ run: pip install setuptools
21
22
- name: Configure Git user
23
run: |
0 commit comments