Skip to content

Commit

Permalink
docs: add pyproject.toml config to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed May 28, 2021
1 parent b9466a1 commit 7f3479b
Show file tree
Hide file tree
Showing 2 changed files with 488 additions and 152 deletions.
2 changes: 2 additions & 0 deletions cibuildwheel/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,7 @@ def __call__(self, name: str, *, env_plat: bool = True, sep: str = " ") -> str:
return sep.join(f'{k}="{v}"' for k, v in result.items())
elif isinstance(result, list):
return sep.join(result)
elif isinstance(result, int):
return str(result)
else:
return result
Loading

0 comments on commit 7f3479b

Please sign in to comment.