Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ jobs:
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
# Recent versions (last one tested 1.7.8) lead to failures on Windows aarch64, so forcing the version for now.
maturin-version: '1.7.4'
target: ${{ matrix.target }}
args: --release --out dist --interpreter ${{ steps.setup-python.outputs.python-path }}
sccache: 'true'
Expand Down
Loading