We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba371db + bba02ff commit 962f69bCopy full SHA for 962f69b
.github/workflows/CI.yml
@@ -218,7 +218,7 @@ jobs:
218
- run: pip install -U twine
219
220
- name: build sdist
221
- if: ${{ matrix.os == 'ubuntu' && matrix.target == 'x86_64' && matrix.manylinux == 'auto' }}
+ if: ${{ matrix.os == 'linux' && matrix.target == 'x86_64' && matrix.manylinux == 'auto' }}
222
uses: PyO3/maturin-action@v1
223
with:
224
command: sdist
0 commit comments