mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 15:24:18 +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]
|
[testenv:release]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
deps =
|
deps =
|
||||||
twine >= 1.4.0
|
twine >= 1.5.0
|
||||||
wheel
|
wheel
|
||||||
commands =
|
commands =
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
twine upload {posargs} dist/*
|
twine upload --skip-existing {posargs} dist/*
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
select = E,F,W
|
select = E,F,W
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue