We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1053470 commit de305f2Copy full SHA for de305f2
.github/workflows/python-release.yml
@@ -131,14 +131,14 @@ jobs:
131
build-sdist:
132
name: build sdist
133
needs: [lock_exists]
134
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04 # waiting for https://github.com/PyO3/maturin-action/issues/291 to be fixed
135
steps:
136
- uses: actions/checkout@v3
137
- uses: PyO3/maturin-action@v1
138
with:
139
working-directory: ./bindings/python
140
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' }}
+ args: --out dist
142
rust-toolchain: stable
143
- uses: actions/upload-artifact@v4
144
0 commit comments