Skip to content

Commit aedf400

Browse files
authored
Merge branch 'master' into henryiii/fix/_
2 parents bdb0cc4 + aebd21b commit aedf400

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

noxfile.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,8 @@ def build(session: nox.Session) -> None:
8686

8787
session.install("build")
8888
session.log("Building normal files")
89-
session.run("python", "-m", "build")
90-
session.log(
91-
"Building pybind11-global files (PYBIND11_GLOBAL_SDIST=1)", *session.posargs
92-
)
89+
session.run("python", "-m", "build", *session.posargs)
90+
session.log("Building pybind11-global files (PYBIND11_GLOBAL_SDIST=1)")
9391
session.run(
9492
"python", "-m", "build", *session.posargs, env={"PYBIND11_GLOBAL_SDIST": "1"}
9593
)

0 commit comments

Comments
 (0)