Skip to content

Commit de305f2

Browse files
committed
update to ubuntu-22.04
1 parent 1053470 commit de305f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,14 @@ jobs:
131131
build-sdist:
132132
name: build sdist
133133
needs: [lock_exists]
134-
runs-on: ubuntu-latest
134+
runs-on: ubuntu-22.04 # waiting for https://github.com/PyO3/maturin-action/issues/291 to be fixed
135135
steps:
136136
- uses: actions/checkout@v3
137137
- uses: PyO3/maturin-action@v1
138138
with:
139139
working-directory: ./bindings/python
140140
command: sdist
141-
args: --out dist --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10 3.11 3.12 pypy3.7 pypy3.8 pypy3.9 pypy3.10' }}
141+
args: --out dist
142142
rust-toolchain: stable
143143
- uses: actions/upload-artifact@v4
144144
with:

0 commit comments

Comments
 (0)