Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Dec 2, 2024
1 parent e8a377b commit 16de483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/package
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ _PROGRAM_DIR = _DIR.parent
_VENV_DIR = _PROGRAM_DIR / ".venv"

context = venv.EnvBuilder().ensure_directories(_VENV_DIR)
subprocess.check_call([context.env_exe, _PROGRAM_DIR / "setup.py", "bdist_wheel", "sdist"])
subprocess.check_call([context.env_exe, "-m", "build"])

0 comments on commit 16de483

Please sign in to comment.