Skip to content

Commit

Permalink
review: use pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: mayeut <mayeut@users.noreply.github.com>
  • Loading branch information
mayeut committed Oct 11, 2022
1 parent c00a732 commit 0e8804d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:

- name: Run tests
uses: pypa/cibuildwheel@v2.10.2
with:
config-file: "./cibuildwheel.toml"

- name: Create wheels
uses: actions/upload-artifact@v3
Expand Down
4 changes: 4 additions & 0 deletions cibuildwheel.toml → pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
requires = ["setuptools>=43"]
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
build = ["cp36-*", "cp37-*", "cp38-*", "cp39-*", "cp310-*"]
skip = ["*-musllinux*"]
Expand Down

0 comments on commit 0e8804d

Please sign in to comment.