Skip to content

Commit

Permalink
langcodes: bump (#16)
Browse files Browse the repository at this point in the history
* langcodes: bump

* Update python.yml

* Update python.yml

* Update python.yml

* Update python.yml
  • Loading branch information
RhinosF1 authored Jun 18, 2024
1 parent 351a09d commit 76d5a50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,19 @@ jobs:
- uses: actions/checkout@v4
- name: Install requirements
run: |
sudo apt install -y python3-requests python3-filelock python3-internetarchive
sudo apt install -y python3-requests python3-filelock python3-internetarchive python3-setuptools
sudo apt install -y python3-apt apt-file dpkg-dev fakeroot build-essential devscripts debhelper
sudo apt-file update
pip install build wheel2deb
- name: Build wheel
run: |
pyproject-build --wheel --outdir dist .
cd dist
pip wheel langcodes==3.3.0 --no-deps
pip wheel langcodes==3.4.0 --no-deps
pip wheel language_data==1.2.0 --no-deps
pip wheel marisa_trie==1.2.0 --no-deps
# FIXME: https://github.com/pytries/marisa-trie/issues/106
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
- name: wheel2deb
run: |
cd dist
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests
filelock
langcodes==3.3.0
langcodes==3.4.0
internetarchive

0 comments on commit 76d5a50

Please sign in to comment.