Skip to content

Commit 962f69b

Browse files
authored
Merge pull request #174 from dimastbk/build-sdist
ci: restore building sdist
2 parents ba371db + bba02ff commit 962f69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
- run: pip install -U twine
219219

220220
- name: build sdist
221-
if: ${{ matrix.os == 'ubuntu' && matrix.target == 'x86_64' && matrix.manylinux == 'auto' }}
221+
if: ${{ matrix.os == 'linux' && matrix.target == 'x86_64' && matrix.manylinux == 'auto' }}
222222
uses: PyO3/maturin-action@v1
223223
with:
224224
command: sdist

0 commit comments

Comments
 (0)