Skip to content

Commit

Permalink
Install setuptools for release
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhammerl committed Jul 30, 2024
1 parent 8e059b0 commit 93d528a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
python-version: '3.12'

- name: Install pipenv
run: python -m pip install --upgrade twine wheel
run: python -m pip install --upgrade twine wheel setuptools

- name: Get version
run: |
Expand Down

0 comments on commit 93d528a

Please sign in to comment.