Make tool scripts executable.

This commit is contained in:
2025-12-31 21:43:25 +00:00
parent 67ec091bc5
commit 509898ac73
2 changed files with 2 additions and 1 deletions
Regular → Executable
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/env -S uv run
"""Generate CFFI cdef and Python modules from libaegis C sources.""" """Generate CFFI cdef and Python modules from libaegis C sources."""
import pathlib import pathlib
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.""" """Build wheels for all supported Python versions using uv."""
import platform import platform