Skip to content

Commit

Permalink
Fix missing setuptools in gh-actions release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Nov 14, 2024
1 parent 687d441 commit 98059c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
with:
python-version: 3.12

- name: Install & Upgrade Pip
- name: Install & upgrade Python build tools
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools
- name: Build package
run: |
Expand Down

0 comments on commit 98059c0

Please sign in to comment.