Skip to content

Commit

Permalink
Fix wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca committed Jan 9, 2021
1 parent 2584a40 commit 5954699
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ codecov: ## upload code coverage
test-version: ## validate version with pypi
@agilekit git validate

bundle3.6: ## build python 3.6 bundle
bundle3.6: ## build python 3.6 bundle
@python setup.py bdist_wheel --python-tag py36

bundle3.7: ## build python 3.7 bundle
bundle3.7: ## build python 3.7 bundle
@python setup.py bdist_wheel --python-tag py37

bundle3.8: ## build python 3.8 bundle
bundle3.8: ## build python 3.8 bundle
@python setup.py bdist_wheel --python-tag py38

bundle3.9: ## build python 3.9 bundle
bundle3.9: ## build python 3.9 bundle
@python setup.py sdist bdist_wheel --python-tag py39

github-tag: ## new tag in github
Expand Down
3 changes: 2 additions & 1 deletion dev/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ twine
agile-toolkit
mypy
black
isort[requirements]
isort
flake8-blind-except
# flake8-builtins
flake8-commas
twine
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ line_length=88
src_paths=openapi,tests
multi_line_output=3
include_trailing_comma=True

[bdist_wheel]
universal = 1

0 comments on commit 5954699

Please sign in to comment.