Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/dot-github/build-1.2.2.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
RhinosF1 authored Oct 17, 2024
2 parents eb3624e + 0e931b5 commit 2cff34d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/debci.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
langcodes==3.4.1
language_data==1.2.0
marisa_trie==1.2.0
marisa_trie==1.2.1
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cd dist
pip wheel -r ../.github/debci.txt --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
mv marisa_trie-1.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl marisa_trie-1.2.1-py3-cp310-manylinux2014_x86_64.whl
- name: wheel2deb
run: |
cd dist
Expand Down

0 comments on commit 2cff34d

Please sign in to comment.