Skip to content

Commit 76d5a50

Browse files
authored
langcodes: bump (#16)
* langcodes: bump * Update python.yml * Update python.yml * Update python.yml * Update python.yml
1 parent 351a09d commit 76d5a50

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/python.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
requests
22
filelock
3-
langcodes==3.3.0
3+
langcodes==3.4.0
44
internetarchive

0 commit comments

Comments
 (0)