Skip to content

Commit

Permalink
fix sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Nov 24, 2024
1 parent 66e2f80 commit 3ceb0ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-cibuildwheel-pybind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build_wheels:
name: cibuildwheel ${{ matrix.os }}/${{ matrix.arch }}/${{ matrix.flavor }}/${{ matrix.target }}
name: pybind11-cibuildwheel ${{ matrix.os }}/${{ matrix.arch }}/${{ matrix.flavor }}/${{ matrix.target }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -152,12 +152,11 @@ jobs:
- name: Build SDist
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
cd python-pybind && \
python -m pip install . && \
python setup.py sdist -d wheelhouse && \
python -m pip install wheelhouse/*.tar.gz -v && \
python -m pip install pytest && \
python -m pytest tests && \
python -m pytest python-pybind11/tests && \
python -m pip uninstall -y keyvi_pybind11
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3ceb0ea

Please sign in to comment.