Skip to content

Commit 743673d

Browse files
committed
Add sdist
1 parent 1c805dc commit 743673d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

script/package

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ _PROGRAM_DIR = _DIR.parent
88
_VENV_DIR = _PROGRAM_DIR / ".venv"
99

1010
context = venv.EnvBuilder().ensure_directories(_VENV_DIR)
11-
subprocess.check_call([context.env_exe, _PROGRAM_DIR / "setup.py", "bdist_wheel"])
11+
subprocess.check_call(
12+
[context.env_exe, _PROGRAM_DIR / "setup.py", "bdist_wheel", "sdist"]
13+
)

0 commit comments

Comments
 (0)