Skip to content

Commit 6d4eddd

Browse files
committed
Make tox build wheels and reuse them across envs
1 parent b3032fe commit 6d4eddd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ env_list = [
125125
]
126126

127127
[tool.tox.env_run_base]
128+
package = "wheel"
129+
wheel_build_env = ".pkg"
128130
dependency_groups = ["tests"]
129131
commands = [
130132
[

0 commit comments

Comments
 (0)