File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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 : |
You can’t perform that action at this time.
0 commit comments