Skip to content

Commit 1731fbe

Browse files
webknjazjaraco
andcommitted
Replace pep517.build with build (#37)
* Replace pep517.build with build Resolves #30 * Prefer simple usage Co-authored-by: Jason R. Coombs <[email protected]>
1 parent 3e876d7 commit 1731fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ commands =
2424
[testenv:release]
2525
skip_install = True
2626
deps =
27-
pep517>=0.5
27+
build
2828
twine[keyring]>=1.13
2929
path
3030
jaraco.develop>=7.1
@@ -35,6 +35,6 @@ setenv =
3535
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
3636
commands =
3737
python -c "import path; path.Path('dist').rmtree_p()"
38-
python -m pep517.build .
38+
python -m build
3939
python -m twine upload dist/*
4040
python -m jaraco.develop.create-github-release

0 commit comments

Comments
 (0)