mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Tweaks to test scripts, refs #1737
This commit is contained in:
parent
847d6b1aac
commit
c0cbcf2aba
2 changed files with 4 additions and 4 deletions
|
|
@ -1,12 +1,12 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
# So the script fails if there are any errors
|
||||
|
||||
# Build the wheel
|
||||
python3 -m build
|
||||
|
||||
# Find name of wheel
|
||||
# Find name of wheel, strip off the dist/
|
||||
wheel=$(basename $(ls dist/*.whl))
|
||||
# strip off the dist/
|
||||
|
||||
|
||||
# Create a blank index page
|
||||
echo '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue