Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

langcodes: bump #16

Merged
merged 5 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading