Skip to content

Commit

Permalink
fix: add wheel dependency to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rezamahdi committed Feb 24, 2022
1 parent e47de6d commit 5b3d5da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ jobs:
- run: |
pip install setuptools
pip install build
pip install wheel
python -m build -n
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools"]
requires = ["setuptools", "wheel", "build"]
build-backend = "setuptools.build_meta"

0 comments on commit 5b3d5da

Please sign in to comment.