Skip to content

Commit e646060

Browse files
committed
bump ci build tools
1 parent a0d1ddf commit e646060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
platforms: arm64
5454

5555
- name: "Build wheels"
56-
uses: pypa/cibuildwheel@v2.21.1
56+
uses: pypa/cibuildwheel@v2.23.3
5757
with:
5858
package-dir: python
5959
env:
@@ -108,4 +108,4 @@ jobs:
108108
find . -name '*.whl' -exec mv '{}' dist/ \;
109109
110110
- name: Upload
111-
uses: pypa/gh-action-pypi-publish@v1.10.2
111+
uses: pypa/gh-action-pypi-publish@v1.12.4

0 commit comments

Comments
 (0)