Skip to content

Commit

Permalink
ci: build source distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Dynamos committed Mar 26, 2024
1 parent fdf1461 commit a59d14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
/opt/python/cp39-cp39/bin/pip install auditwheel
mkdir wheelhouse
rm -rf dist/*.tar.gz
mv dist/*.tar.gz wheelhouse
auditwheel repair dist/*
echo "Built dists:"
ls wheelhouse
Expand Down

0 comments on commit a59d14e

Please sign in to comment.