Skip to content

Commit

Permalink
Merge pull request #122 from kivy/akshayaurora-patch-1
Browse files Browse the repository at this point in the history
CI: add setuptools to requirements
  • Loading branch information
akshayaurora authored Sep 24, 2024
2 parents 81fa4ce + d7bd555 commit 4fc763f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: '3.x'

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

- name: Build sdist
run: |
Expand Down

0 comments on commit 4fc763f

Please sign in to comment.