Skip to content

Commit 4fc763f

Browse files
authored
Merge pull request #122 from kivy/akshayaurora-patch-1
CI: add setuptools to requirements
2 parents 81fa4ce + d7bd555 commit 4fc763f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: '3.x'
2222

2323
- name: Install dependencies
24-
run: python -m pip install --upgrade twine cibuildwheel~=2.16.2 cython
24+
run: python -m pip install --upgrade twine cibuildwheel~=2.16.2 cython setuptools
2525

2626
- name: Build sdist
2727
run: |

0 commit comments

Comments
 (0)