File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,19 @@ jobs:
3535 - uses : actions/checkout@v4
3636 - name : Install requirements
3737 run : |
38- sudo apt install -y python3-requests python3-filelock python3-internetarchive
38+ sudo apt install -y python3-requests python3-filelock python3-internetarchive python3-setuptools
3939 sudo apt install -y python3-apt apt-file dpkg-dev fakeroot build-essential devscripts debhelper
4040 sudo apt-file update
4141 pip install build wheel2deb
4242 - name : Build wheel
4343 run : |
4444 pyproject-build --wheel --outdir dist .
4545 cd dist
46- pip wheel langcodes==3.3.0 --no-deps
46+ pip wheel langcodes==3.4.0 --no-deps
47+ pip wheel language_data==1.2.0 --no-deps
48+ pip wheel marisa_trie==1.2.0 --no-deps
49+ # FIXME: https://github.com/pytries/marisa-trie/issues/106
50+ mv marisa_trie-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl marisa_trie-1.2.0-py3-cp310-manylinux2014_x86_64.whl
4751 - name : wheel2deb
4852 run : |
4953 cd dist
Original file line number Diff line number Diff line change 11requests
22filelock
3- langcodes == 3.3 .0
3+ langcodes == 3.4 .0
44internetarchive
You can’t perform that action at this time.
0 commit comments