From 2bfbce97079ec7ac1559e9abee75ae709be09ad7 Mon Sep 17 00:00:00 2001 From: Sean Vig Date: Sat, 3 Aug 2024 21:09:08 -0400 Subject: [PATCH] Specify max version for xkbcommon in release action --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d098e49..c8cfc4a4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -200,6 +200,8 @@ jobs: pip install auditwheel build - name: Build wheels run: | + # We only have libxkbcommon 0.9.4, install compatible xkbcommon version + python -m pip install xkbcommon<1.5 python -m build --wheel ls dist/ auditwheel show dist/pywlroots-*.whl