Skip to content

Commit

Permalink
Specify max version for xkbcommon in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Aug 4, 2024
1 parent 1bc7298 commit d2e88ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
pip install auditwheel build
- name: Build wheels
run: |
python -m pip install xkbcommon<1.5
python -m build --wheel
ls dist/
auditwheel show dist/pywlroots-*.whl
Expand Down Expand Up @@ -253,6 +254,7 @@ jobs:
pip install auditwheel build
- name: Build wheels
run: |
python -m pip install xkbcommon<1.5
python -m build --wheel
ls dist/
auditwheel show dist/pywlroots-*.whl
Expand Down

0 comments on commit d2e88ce

Please sign in to comment.