Simon Willison 2024-06-11 10:03:57 -07:00
rodzic e1bfab3fca
commit c698d008e0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 '