Skip to content

Commit

Permalink
feat: update the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 committed Aug 21, 2024
1 parent c194e3f commit 0887335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,5 @@ def linkcheck(session):
@nox.session(name="build-project")
def build_project(session):
"""Build the project and create the distribution files using hatch."""
session.install("hatch")
session.run("hatch", "build", *session.posargs)

0 comments on commit 0887335

Please sign in to comment.