Skip to content

Commit

Permalink
install build
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Nov 10, 2023
1 parent 5723c41 commit 3d91e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
python-version: "3.8"
- name: Install dependencies
run: python3 -m pip install --upgrade pybind11 setuptools wheel
run: python3 -m pip install --upgrade pybind11 setuptools wheel build
- name: Compile project
run: python3 -m pip install -e .
- name: Build distribution package
Expand Down

0 comments on commit 3d91e2a

Please sign in to comment.