Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Feb 11, 2023
1 parent 9b3d62c commit 5dbb198
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,13 @@ jobs:
pdm sync -v -dG build --no-isolation
pdm run test --cov=./baize -o log_cli=true -o log_cli_level=DEBUG
- name: Build binary wheel
run: pdm build --no-isolation -v

- name: Try repair linux binary wheel
if: matrix.os == 'ubuntu-latest'
run: |
pip install auditwheel
pdm build --no-isolation
auditwheel show dist/*-linux*.whl
auditwheel repair dist/*-linux*.whl -w ./dist --plat manylinux_2_17_x86_64
Expand Down Expand Up @@ -99,7 +101,7 @@ jobs:
- name: Build binary wheel
run: |
pdm build --no-isolation
pdm build --no-isolation -v
- name: Repair linux binary wheel
if: matrix.os == 'ubuntu-latest'
Expand All @@ -116,7 +118,7 @@ jobs:
- name: Build pure python wheel
run: |
python script/disable_build.py
pdm build
pdm build -v
- name: Publish
run: |
Expand Down

0 comments on commit 5dbb198

Please sign in to comment.