Skip to content

Commit 65d9adc

Browse files
authored
Update build_publish.yml
1 parent 99570af commit 65d9adc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Build & Publish
22

33
on:
44
release:
@@ -19,7 +19,7 @@ jobs:
1919
name: Install Python
2020

2121
- name: Install cibuildwheel
22-
run: python -m pip install cibuildwheel==2.21.3
22+
run: python -m pip install cibuildwheel==3.1.4
2323

2424
- name: Get submodules
2525
run: git submodule update --init --recursive

0 commit comments

Comments
 (0)