Skip to content

Commit af55494

Browse files
committed
chore: Remove build-{sdist,wheel} tox jobs
1 parent 5c8b8b1 commit af55494

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

bindings/python/tox.ini

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,3 @@ deps =
99
commands =
1010
pip install .
1111
python -m pytest tests-py {posargs:}
12-
13-
[testenv:build-sdist]
14-
deps =
15-
maturin
16-
commands =
17-
maturin build --sdist
18-
19-
[testenv:build-wheel]
20-
passenv =
21-
PYTHON_SYS_EXECUTABLE
22-
deps =
23-
maturin
24-
commands =
25-
maturin build

0 commit comments

Comments
 (0)