Skip to content

Commit

Permalink
Use build instead of pep517 to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtucker committed Mar 14, 2021
1 parent 1b7155b commit d4ac36d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ testpaths = tests
[testenv:publish]
passenv = TWINE_*
deps =
pep517 ~= 0.8.0
build ~= 0.3.0
twine ~= 3.2.0
commands =
{envpython} -m pep517.build --out-dir {distdir} .
{envpython} -m build --outdir {distdir} .
twine {posargs:check} {distdir}/*

[testenv:static]
Expand Down

0 comments on commit d4ac36d

Please sign in to comment.