Skip to content

Commit

Permalink
ci(py): trying building source distribution with a different command.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Jul 30, 2024
1 parent d100619 commit 9ebb0e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ jobs:
# Using maturin 1.5.1 because the latest version (1.7.0) has the
# following issue: https://github.com/PyO3/maturin/issues/2154
run: |
pip install maturin==1.5.1 build
python -m build --sdist -o wheelhouse py
pip install maturin==1.5.1
maturin sdist --manifest-path py/Cargo.toml -o wheelhouse
- name: Build ${{ matrix.platform || matrix.os }} binaries
run: cibuildwheel --output-dir wheelhouse py
Expand Down

0 comments on commit 9ebb0e5

Please sign in to comment.