summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>2021-01-09 05:21:12 +0100
committerJason R. Coombs <jaraco@jaraco.com>2021-01-08 23:35:07 -0500
commit1731fbebe9f6655a203e6e08ab309f9916ea6f65 (patch)
tree72571c2e7a6ca5bb17a4b43247ec0b45a92ab60e
parent3e876d7906fa6387ab6ac9a9bff8659762363017 (diff)
downloadpytest-runner-1731fbebe9f6655a203e6e08ab309f9916ea6f65.tar.gz
Replace pep517.build with build (#37)
* Replace pep517.build with build Resolves #30 * Prefer simple usage Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 7233b94..249f97c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,7 +24,7 @@ commands =
[testenv:release]
skip_install = True
deps =
- pep517>=0.5
+ build
twine[keyring]>=1.13
path
jaraco.develop>=7.1
@@ -35,6 +35,6 @@ setenv =
TWINE_USERNAME = {env:TWINE_USERNAME:__token__}
commands =
python -c "import path; path.Path('dist').rmtree_p()"
- python -m pep517.build .
+ python -m build
python -m twine upload dist/*
python -m jaraco.develop.create-github-release