We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7155b commit d4ac36dCopy full SHA for d4ac36d
1 file changed
tox.ini
@@ -145,10 +145,10 @@ testpaths = tests
145
[testenv:publish]
146
passenv = TWINE_*
147
deps =
148
- pep517 ~= 0.8.0
+ build ~= 0.3.0
149
twine ~= 3.2.0
150
commands =
151
- {envpython} -m pep517.build --out-dir {distdir} .
+ {envpython} -m build --outdir {distdir} .
152
twine {posargs:check} {distdir}/*
153
154
[testenv:static]
0 commit comments