Skip to content

Commit

Permalink
Merge pull request #398 from pbs-data-solutions/publish
Browse files Browse the repository at this point in the history
Another attempt to work around for broken maturin install
  • Loading branch information
sanders41 authored Oct 10, 2024
2 parents bb0716a + f59e935 commit 893cd5c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
linux:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
Expand Down Expand Up @@ -78,9 +78,12 @@ jobs:
path: dist

sdist:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Build sdist
uses: PyO3/maturin-action@v1
with:
Expand All @@ -94,7 +97,7 @@ jobs:

release:
name: Release
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist]
steps:
Expand Down

0 comments on commit 893cd5c

Please sign in to comment.