Skip to content

Commit

Permalink
💚 Add missing build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed May 29, 2024
1 parent c08e260 commit 918d2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: 3.12
- name: 🏗 Install build dependencies
run: >-
python -m pip install wheel --user
python -m pip install setuptools wheel --user
- name: 🔨 Build a binary wheel and a source tarball
run: >-
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 918d2b4

Please sign in to comment.