We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c805dc commit 743673dCopy full SHA for 743673d
script/package
@@ -8,4 +8,6 @@ _PROGRAM_DIR = _DIR.parent
8
_VENV_DIR = _PROGRAM_DIR / ".venv"
9
10
context = venv.EnvBuilder().ensure_directories(_VENV_DIR)
11
-subprocess.check_call([context.env_exe, _PROGRAM_DIR / "setup.py", "bdist_wheel"])
+subprocess.check_call(
12
+ [context.env_exe, _PROGRAM_DIR / "setup.py", "bdist_wheel", "sdist"]
13
+)
0 commit comments