Skip to content

Commit fcb343f

Browse files
committed
setup non-system python in CI's sdist build job
1 parent 474eb5d commit fcb343f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-packaging.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ jobs:
155155
runs-on: ubuntu-latest
156156
steps:
157157
- uses: actions/checkout@v4
158+
- uses: actions/setup-python@v5
159+
with:
160+
python-version: 3.x
158161
- name: Build sdist
159162
uses: PyO3/maturin-action@v1
160163
with:

0 commit comments

Comments
 (0)