Skip to content

Commit bf7a1fa

Browse files
committed
chore: more ways to run noxfile
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 3b15acd commit bf7a1fa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

noxfile.py

100644100755
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#!/usr/bin/env -S uv run --script
2+
3+
# /// script
4+
# dependencies = ["nox>=2404.4.15"]
5+
# ///
6+
17
"""
28
Scikit-build-core's nox configuration.
39
@@ -339,3 +345,7 @@ def vendor_pyproject_metadata(session: nox.Session) -> None:
339345
) as response:
340346
txt = response.read()
341347
local_path.write_bytes(txt)
348+
349+
350+
if __name__ == "__main__":
351+
nox.main()

0 commit comments

Comments
 (0)