Skip to content

Commit

Permalink
Bump cibuildwheel and move config to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonyte committed Oct 27, 2024
1 parent 8fbbf93 commit a23d73d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,7 @@ jobs:
uses: astral-sh/setup-uv@v3

- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_SKIP: pp*
CIBW_ARCHS: auto64
CIBW_ARCHS_MACOS: universal2
uses: pypa/[email protected]

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,13 @@ package-data = {autotrace = ["py.typed"]}
version = {attr = "autotrace.__version__"}

[tool.cibuildwheel]
skip = "pp*"
archs = ["auto64"]
build-frontend = "build[uv]"

[tool.cibuildwheel.macos]
archs = ["universal2"]

[tool.ruff]
src = ["src"]
line-length = 119
Expand Down

0 comments on commit a23d73d

Please sign in to comment.