Skip to content

Commit d4ac36d

Browse files
committed
Use build instead of pep517 to publish
1 parent 1b7155b commit d4ac36d

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
@@ -145,10 +145,10 @@ testpaths = tests
145145
[testenv:publish]
146146
passenv = TWINE_*
147147
deps =
148-
pep517 ~= 0.8.0
148+
build ~= 0.3.0
149149
twine ~= 3.2.0
150150
commands =
151-
{envpython} -m pep517.build --out-dir {distdir} .
151+
{envpython} -m build --outdir {distdir} .
152152
twine {posargs:check} {distdir}/*
153153

154154
[testenv:static]

0 commit comments

Comments
 (0)