Only test first wheel, fixes surprise bug

https://github.com/simonw/datasette/issues/2351#issuecomment-2161211173
This commit is contained in:
Simon Willison 2024-06-11 10:03:57 -07:00
commit c698d008e0

View file

@ -6,7 +6,7 @@ set -e
python3 -m build
# Find name of wheel, strip off the dist/
wheel=$(basename $(ls dist/*.whl))
wheel=$(basename $(ls dist/*.whl) | head -n 1)
# Create a blank index page
echo '