We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e13cd4 commit 9ab7184Copy full SHA for 9ab7184
.github/workflows/upload_pypi_slint_compiler.yaml
@@ -31,17 +31,14 @@ jobs:
31
- uses: actions/checkout@v5
32
- uses: ./.github/actions/setup-rust
33
- name: Build wheels
34
- uses: pypa/[email protected]
+ uses: PyO3/maturin-action@v1
35
with:
36
- package-dir: tools/compiler
37
- output-dir: wheelhouse
38
- env:
39
- CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
40
- CIBW_BUILD_FRONTEND: "build"
+ working-directory: tools/compiler
+ args: --release --out wheelhouse --find-interpreter
41
- uses: actions/upload-artifact@v4
42
43
name: wheels-${{ matrix.os }}
44
- path: wheelhouse/*.whl
+ path: tools/compiler/wheelhouse/*.whl
45
46
build-sdist:
47
name: Build source distribution
0 commit comments