Skip to content

Commit 4d34bf1

Browse files
committed
fix: add build session back
1 parent 7bf6d64 commit 4d34bf1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

noxfile.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ def test_hook(session):
3434
session.run("pre-commit", "try-repo", ".")
3535

3636

37-
@nox.session(name="install-wheel")
37+
@nox.session()
38+
def build(session):
39+
session.run("python3", "-m", "pip", "wheel", "--no-deps", "-w", "dist", ".")
40+
41+
42+
@nox.session(name="install-wheel", requires=["build"])
3843
def install_wheel(session):
3944
session.run("python3", "-m", "pip", "wheel", "--no-deps", "-w", "dist", ".")
4045
whl_file = glob.glob("dist/*.whl")

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy