Skip to content

Commit 11df876

Browse files
committed
ci: Fix PyPI release CI job
1 parent 2ae6648 commit 11df876

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish-on-pypi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
python-version: "3.14"
2424
- name: Install pypa/build
2525
run: pip install build
26+
- name: Install system dependencies
27+
run: |
28+
sudo apt-get update
29+
sudo apt-get install libzbar-dev
2630
- name: Build a binary wheel and a source tarball
2731
run: python3 -m build
2832
- name: Publish distribution to PyPI

0 commit comments

Comments
 (0)