We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ccd2d commit c11acf3Copy full SHA for c11acf3
.github/workflows/publish.yml
@@ -54,7 +54,7 @@ jobs:
54
p.write_text(text)
55
"
56
- name: Build wheels
57
- run: maturin build --release -i python${{ matrix.python-version }} --features python_bindings
+ run: maturin build --release -i python${{ matrix.python-version }}
58
- name: Release wheels
59
shell: bash
60
run: |
0 commit comments