Skip to content

Commit 93d528a

Browse files
committed
Install setuptools for release
1 parent 8e059b0 commit 93d528a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
python-version: '3.12'
5353

5454
- name: Install pipenv
55-
run: python -m pip install --upgrade twine wheel
55+
run: python -m pip install --upgrade twine wheel setuptools
5656

5757
- name: Get version
5858
run: |

0 commit comments

Comments
 (0)