mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Only test first wheel, fixes surprise bug
https://github.com/simonw/datasette/issues/2351#issuecomment-2161211173
This commit is contained in:
parent
e1bfab3fca
commit
c698d008e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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 '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue