Skip to content

Commit

Permalink
fixup! CI: Build from generated sdist tar balls
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Jun 23, 2024
1 parent e562da2 commit 581ab96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ jobs:
maturin build --sdist --out wheelhouse
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'

# By building from sdist once we ensure that all components needed (eg.
# the examples mentioned above) are available, and Cargo can run through.
# By building from sdist once we ensure that all components needed (see
# the dev-dependencies of lakers-python for an example) are available not
# just in the environment but also inside the sdist, and Cargo can run
# through.
- name: Build wheels from sdist
run: |
mkdir unpacked-source
Expand Down

0 comments on commit 581ab96

Please sign in to comment.