Skip to content

Commit

Permalink
Version 0.0.3
Browse files Browse the repository at this point in the history
Added missing dependency
Curious how this happened...
  • Loading branch information
mos9527 committed Jan 26, 2024
1 parent f0d0248 commit be20519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build
pip install httpx
- name: Build package
run: python -m build
- name: Publish package
Expand Down

0 comments on commit be20519

Please # to comment.