We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae6648 commit 11df876Copy full SHA for 11df876
1 file changed
.github/workflows/publish-on-pypi.yaml
@@ -23,6 +23,10 @@ jobs:
23
python-version: "3.14"
24
- name: Install pypa/build
25
run: pip install build
26
+ - name: Install system dependencies
27
+ run: |
28
+ sudo apt-get update
29
+ sudo apt-get install libzbar-dev
30
- name: Build a binary wheel and a source tarball
31
run: python3 -m build
32
- name: Publish distribution to PyPI
0 commit comments