File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,16 @@ codecov: ## upload code coverage
3131test-version : # # validate version with pypi
3232 @agilekit git validate
3333
34- bundle3.6 : # # build python 3.6 bundle
34+ bundle3.6 : # # build python 3.6 bundle
3535 @python setup.py bdist_wheel --python-tag py36
3636
37- bundle3.7 : # # build python 3.7 bundle
37+ bundle3.7 : # # build python 3.7 bundle
3838 @python setup.py bdist_wheel --python-tag py37
3939
40- bundle3.8 : # # build python 3.8 bundle
40+ bundle3.8 : # # build python 3.8 bundle
4141 @python setup.py bdist_wheel --python-tag py38
4242
43- bundle3.9 : # # build python 3.9 bundle
43+ bundle3.9 : # # build python 3.9 bundle
4444 @python setup.py sdist bdist_wheel --python-tag py39
4545
4646github-tag : # # new tag in github
Original file line number Diff line number Diff line change 77agile-toolkit
88mypy
99black
10- isort [ requirements ]
10+ isort
1111flake8-blind-except
1212# flake8-builtins
1313flake8-commas
14+ twine
Original file line number Diff line number Diff line change @@ -11,6 +11,3 @@ line_length=88
1111src_paths =openapi,tests
1212multi_line_output =3
1313include_trailing_comma =True
14-
15- [bdist_wheel]
16- universal = 1
You can’t perform that action at this time.
0 commit comments