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 4163b3d commit ec29e25Copy full SHA for ec29e25
.github/workflows/build.yml
@@ -84,12 +84,14 @@ jobs:
84
uv sync --dev
85
86
- name: Build with maturin develop
87
+ working-directory: ${{ github.workspace }}
88
run: |
- maturin develop ${{ matrix.cross == true && '--target aarch64-unknown-linux-gnu' || '' }}
89
+ maturin develop
90
91
- name: Build with uv build
92
93
- uv build ${{ matrix.cross == true && '--target aarch64-unknown-linux-gnu' || '' }}
94
+ uv build
95
96
- name: Upload build artifacts
97
uses: actions/upload-artifact@v4
0 commit comments