docs: touch up manual release suggestion (#3422)

This commit is contained in:
Henry Schreiner
2021-11-05 22:48:27 -04:00
committed by GitHub
parent 6de30d3172
commit a61e354e42
2 changed files with 6 additions and 5 deletions

View File

@@ -85,5 +85,7 @@ def build(session: nox.Session) -> None:
"""
session.install("build")
session.log("Building normal files")
session.run("python", "-m", "build")
session.log("Building pybind11-global files (PYBIND11_GLOBAL_SDIST=1)")
session.run("python", "-m", "build", env={"PYBIND11_GLOBAL_SDIST": "1"})