Skip to content

Commit

Permalink
Fix release workflow for aarch64 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
prehner committed May 21, 2024
1 parent e636242 commit 0acb363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.9
architecture: x64
architecture: arm64
- name: Build wheels - aarch64
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 0acb363

Please sign in to comment.