Skip to content

Commit

Permalink
fix pyo3/maturin sdist build (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrankland authored Oct 15, 2024
1 parent 7ace593 commit 080f1f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ jobs:
path: dist

sdist:
runs-on: ubuntu-latest
# TODO(TRUNK-13050): update to `ubuntu-latest` when `maturin-action` gets updated to support it
# https://github.com/PyO3/maturin-action/issues/291
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build sdist
Expand Down

0 comments on commit 080f1f5

Please sign in to comment.