Skip to content

Commit

Permalink
release: 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede committed Jul 23, 2023
1 parent 756d07b commit f065dae
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 @@ -33,7 +33,7 @@ jobs:
- name: Build wheels - universal2-apple-darwin
uses: PyO3/maturin-action@v1
with:
args: -i python --release --universal2-apple-darwin --out dist
args: -i python --release --target universal2-apple-darwin --out dist
- name: Install build wheel - universal2-apple-darwin
run: |
pip install --force-reinstall dist/rustberry*_universal2-apple-darwin.whl
Expand Down

0 comments on commit f065dae

Please sign in to comment.