Skip to content

Commit d49daaa

Browse files
authored
chore: explicitly install setuptools (#76)
1 parent df38e62 commit d49daaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Install dependencies
7474
run: |
7575
pip install --upgrade pip
76-
pip install twine wheel
76+
pip install twine wheel setuptools
7777
7878
- name: Build and validate package
7979
run: |

0 commit comments

Comments
 (0)