Skip to content

Commit

Permalink
fixup! Try to fix the Python build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
miikka committed Aug 6, 2024
1 parent d43ab9a commit f96b8c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ jobs:
- name: Build wheels - universal2
uses: messense/maturin-action@v1
with:
args: --release --interpreter python --universal2 --out dist -m pytrustfall/Cargo.toml
target: universal2
args: --release --interpreter python --out dist -m pytrustfall/Cargo.toml
- name: Install built wheel - universal2
run: |
pip install trustfall --no-index --find-links dist --force-reinstall
Expand Down

0 comments on commit f96b8c6

Please sign in to comment.