Skip to content

Commit

Permalink
test(bootstrap): build sdist using maturin sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jan 31, 2023
1 parent e484bfc commit f77d948
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,9 +453,8 @@ jobs:
shell: bash
run: |
set -ex
pip install build
python3 -m build --wheel -o dist
pip install dist/maturin*.whl
cargo run sdist -o dist
pip install dist/maturin-*.tar.gz
if: steps.changes.outputs.changed == 'true'
- run: maturin --version
if: steps.changes.outputs.changed == 'true'
Expand Down

0 comments on commit f77d948

Please sign in to comment.