Skip to content

Commit c11acf3

Browse files
committed
Fix build
1 parent f3ccd2d commit c11acf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
p.write_text(text)
5555
"
5656
- name: Build wheels
57-
run: maturin build --release -i python${{ matrix.python-version }} --features python_bindings
57+
run: maturin build --release -i python${{ matrix.python-version }}
5858
- name: Release wheels
5959
shell: bash
6060
run: |

0 commit comments

Comments
 (0)