Skip to content

Commit

Permalink
Merge pull request #397 from pbs-data-solutions/publish
Browse files Browse the repository at this point in the history
Work around for broken pyo3 ubuntu-latest install
  • Loading branch information
sanders41 authored Oct 10, 2024
2 parents a0c4f31 + d041c6e commit bb0716a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 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-latest
runs-on: ubuntu-24.04
strategy:
matrix:
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
path: dist

sdist:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Build sdist
Expand All @@ -94,7 +94,7 @@ jobs:

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

0 comments on commit bb0716a

Please sign in to comment.