Skip to content

Commit

Permalink
install build module
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Nov 24, 2024
1 parent 6ffe228 commit 32aaaba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-cibuildwheel-pybind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
- name: Build SDist
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
python -m pip install --upgrade build
python -m pip install . && \
python -m build --sdist
python -m pip install dist/*.tar.gz -v && \
Expand Down

0 comments on commit 32aaaba

Please sign in to comment.