Make tool scripts executable.

This commit is contained in:
Leo Vasanko
2025-12-31 21:43:25 +00:00
parent 5824df28cb
commit 1ecf0d306f
2 changed files with 2 additions and 1 deletions
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env -S uv run
"""Build wheels for all supported Python versions using uv."""
import platform