Skip to content

Commit

Permalink
ci: ensure that sdist builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Nov 6, 2023
1 parent c6d4e06 commit a140a0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ jobs:
- run: maturin build --release ${{ matrix.args }}
working-directory: ./mitmproxy-rs

# ensure that sdist is building.
# We do this here instead of a separate job because we don't want to wait for the entire matrix.
- if: contains(matrix.args, 'sdist')
run: pip install target/wheels/*.tar.gz

- uses: actions/upload-artifact@v3
with:
name: wheels
Expand Down

0 comments on commit a140a0e

Please sign in to comment.