Skip to content

Commit

Permalink
WIP: try dropping sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
swernli committed Jul 3, 2024
1 parent b436474 commit ef9b80d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ado/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ extends:
- script: |
python -m pip install -r pip/requirements-manylinux.txt
python -m build --verbose --wheel --outdir target/raw-wheels ./pip
python -m build --verbose --sdist --outdir target/wheels ./pip
auditwheel repair --plat $(AUDITWHEEL_TAG) --wheel-dir target/wheels target/raw-wheels/*.whl
displayName: Create Linux Python wheel and run Auditwheel
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
Expand Down

0 comments on commit ef9b80d

Please sign in to comment.