Skip to content

Commit ba129fb

Browse files
authored
Fix build step, hopefully (#1506)
1 parent e60bffc commit ba129fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python setup.py check
4444
4545
- name: Build src dist
46-
if: ${{ matrix.os == 'ubuntu-latest' }}
46+
if: runner.os == 'ubuntu-latest'
4747
run: |
4848
python -m build --sdist --outdir dist
4949

0 commit comments

Comments
 (0)