Skip to content

Commit

Permalink
Add zimscraperlib as build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed May 7, 2024
1 parent 79bacae commit c504e9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
architecture: x64

- name: Build packages
# zimscraperlib is needed in build since its a requirement for dependencies.py
run: |
pip install -U pip build
pip install -U pip build zimscraperlib wheel
python -m build --sdist --wheel
- name: Upload to PyPI
Expand Down

0 comments on commit c504e9a

Please sign in to comment.