diff options
| author | Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> | 2021-01-09 05:21:12 +0100 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-01-08 23:35:07 -0500 |
| commit | 1731fbebe9f6655a203e6e08ab309f9916ea6f65 (patch) | |
| tree | 72571c2e7a6ca5bb17a4b43247ec0b45a92ab60e | |
| parent | 3e876d7906fa6387ab6ac9a9bff8659762363017 (diff) | |
| download | python-setuptools-git-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.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
