Skip to content

Commit 7f88255

Browse files
committed
put dists in dist folder
1 parent a35bada commit 7f88255

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

noxfile.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,8 @@ def sync_requirements(session: nox.Session) -> None:
7474
@nox.session
7575
def build(session: nox.Session) -> None:
7676
"""Build sdist and wheel dists."""
77-
session.install("pip")
7877
session.install("build")
79-
session.run("python", "--version")
80-
session.run("pip", "--version")
81-
session.run("python", "-m", "build", "--outdir", "./build/wheelhouse")
78+
session.run("python", "-m", "build", "--outdir", str(ROOT / "dist"))
8279

8380

8481
@nox.session

0 commit comments

Comments
 (0)