Skip to content

Commit 5dbb198

Browse files
committed
Update CI
1 parent 9b3d62c commit 5dbb198

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,13 @@ jobs:
6161
pdm sync -v -dG build --no-isolation
6262
pdm run test --cov=./baize -o log_cli=true -o log_cli_level=DEBUG
6363
64+
- name: Build binary wheel
65+
run: pdm build --no-isolation -v
66+
6467
- name: Try repair linux binary wheel
6568
if: matrix.os == 'ubuntu-latest'
6669
run: |
6770
pip install auditwheel
68-
pdm build --no-isolation
6971
auditwheel show dist/*-linux*.whl
7072
auditwheel repair dist/*-linux*.whl -w ./dist --plat manylinux_2_17_x86_64
7173
@@ -99,7 +101,7 @@ jobs:
99101
100102
- name: Build binary wheel
101103
run: |
102-
pdm build --no-isolation
104+
pdm build --no-isolation -v
103105
104106
- name: Repair linux binary wheel
105107
if: matrix.os == 'ubuntu-latest'
@@ -116,7 +118,7 @@ jobs:
116118
- name: Build pure python wheel
117119
run: |
118120
python script/disable_build.py
119-
pdm build
121+
pdm build -v
120122
121123
- name: Publish
122124
run: |

0 commit comments

Comments
 (0)