Skip to content

Commit

Permalink
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 91de87c commit b78ae94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
print-hash: true

macos:
runs-on: macos-latest
# actions/setup-python with Python <3.11 does not work with macos-latest
runs-on: macos-13
needs:
- should-publish
if: needs.should-publish.outputs.is_new_version == 'yes'
Expand All @@ -87,6 +88,8 @@ jobs:
- name: Build wheels - x86_64
uses: messense/maturin-action@v1
with:
# version pinned until https://github.com/PyO3/maturin/issues/2154 is fixed
maturin-version: v1.6.0
target: x86_64
args: --release --interpreter python --out dist --sdist -m pytrustfall/Cargo.toml
- name: Install built wheel - x86_64
Expand Down

0 comments on commit b78ae94

Please sign in to comment.