Skip to content

Commit

Permalink
Update py-build-cmake and cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Sep 22, 2023
1 parent dd0a368 commit eb3e121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
uses: pypa/cibuildwheel@v2.16.0
env:
CIBW_BUILD_FRONTEND: build
CIBW_ARCHS_WINDOWS: ${{ matrix.cibw_archs_windows }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Documentation = "https://rlottie-python.readthedocs.io/en/latest/"
Tracker = "https://github.com/laggykiller/rlottie-python/issues"

[build-system] # How pip and other frontends should build this project
requires = ["py-build-cmake~=0.1.9a1"]
requires = ["py-build-cmake~=0.2.0a7"]
build-backend = "py_build_cmake.build"

[tool.py-build-cmake.module] # Where to find the Python module to package
Expand Down

0 comments on commit eb3e121

Please sign in to comment.