From 2d8ed6336cb6b170fcad4b9b804ae46775b63946 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..3761185a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -200,6 +200,7 @@ jobs: pip install auditwheel build - name: Build wheels run: | + pip install "xkbcommon<1.5" python -m build --wheel ls dist/ auditwheel show dist/pywlroots-*.whl @@ -253,6 +254,7 @@ jobs: pip install auditwheel build - name: Build wheels run: | + pip install "xkbcommon<1.5" python -m build --wheel ls dist/ auditwheel show dist/pywlroots-*.whl