diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2019-12-01 08:55:53 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-12-01 09:02:13 -0500 |
| commit | 6429e2c54ba8d6cbb2d8d8e7108b91122cb7039a (patch) | |
| tree | 12eb62e1ea0215fab14639dfd9b47225590a7e57 | |
| parent | 350a74162aa4b4893d2d50a4455304755e2014be (diff) | |
| download | external_python_setuptools-6429e2c54ba8d6cbb2d8d8e7108b91122cb7039a.tar.gz external_python_setuptools-6429e2c54ba8d6cbb2d8d8e7108b91122cb7039a.tar.bz2 external_python_setuptools-6429e2c54ba8d6cbb2d8d8e7108b91122cb7039a.zip | |
Restore 'setup.py' release step
| -rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,7 +59,7 @@ omit= [testenv:release] skip_install = True deps = - pep517>=0.5 + wheel twine[keyring]>=1.13 path passenv = @@ -69,5 +69,5 @@ setenv = commands = python -m bootstrap python -c "import path; path.Path('dist').rmtree_p()" - python -m pep517.build . + python setup.py release python -m twine upload dist/* |
