Skip to content

Commit

Permalink
Constrain xkbcommon version
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Aug 4, 2024
1 parent 1bc7298 commit ea87005
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ jobs:
ls dist/
auditwheel show dist/pywlroots-*.whl
auditwheel repair --plat manylinux_2_28_x86_64 -w output_wheels dist/pywlroots-*.whl
env:
PIP_CONSTRAINT=dist-build-constraints.txt
- name: Upload wheel
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -257,6 +259,8 @@ jobs:
ls dist/
auditwheel show dist/pywlroots-*.whl
auditwheel repair --plat manylinux_2_28_x86_64 -w output_wheels dist/pywlroots-*.whl
env:
PIP_CONSTRAINT=dist-build-constraints.txt
- name: Upload wheel
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -346,6 +350,8 @@ jobs:
- name: Build source
run: |
python -m build --sdist
env:
PIP_CONSTRAINT=dist-build-constraints.txt
- name: Upload source
uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions dist-build-constraints.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
xkbcommon<1.5

0 comments on commit ea87005

Please sign in to comment.