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 396d777
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ jobs:
test-bootstrap:
name: Test Bootstrap
if: github.event_name != 'pull_request'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'CI-no-fail-fast') }}
Expand Down Expand Up @@ -453,9 +452,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 396d777

Please sign in to comment.