mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 18:56:53 +00:00
Update twine dependency and usage
This commit is contained in:
parent
3e7d5b952d
commit
75ad81eb13
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -33,11 +33,11 @@ commands = flake8 {posargs} flake8/
|
|||
[testenv:release]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
twine >= 1.4.0
|
||||
twine >= 1.5.0
|
||||
wheel
|
||||
commands =
|
||||
python setup.py sdist bdist_wheel
|
||||
twine upload {posargs} dist/*
|
||||
twine upload --skip-existing {posargs} dist/*
|
||||
|
||||
[flake8]
|
||||
select = E,F,W
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue