Skip to content

Commit 06ed906

Browse files
committed
[ci] Fix build
1 parent 76b9ee5 commit 06ed906

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,11 @@ usedevelop = true
5454

5555
[testenv:pypi]
5656
commands =
57-
python setup.py sdist bdist_wheel
57+
python -m build
5858
twine upload --skip-existing dist/*
5959
deps =
60-
setuptools>=43
61-
setuptools_scm[toml]>=3.4
60+
build
6261
twine
63-
wheel
6462
skip_install = true
6563

6664
[flake8]

0 commit comments

Comments
 (0)