Skip to content

Commit

Permalink
Install setuptools for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hashhar committed Jul 8, 2024
1 parent e3c621b commit f4bd9aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{env.PYTHON_VERSION}}
- name: Install setuptools
run: pip install setuptools

- name: Configure Git user
run: |
Expand Down

0 comments on commit f4bd9aa

Please sign in to comment.