Skip to content

Commit

Permalink
add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Dec 6, 2024
1 parent 7358b92 commit 3cfb14a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install httpx
run: pip install httpx
- name: Update version in pyproject.toml
run: python .github/workflows/update_pyproject.py ${GITHUB_REF#refs/tags/}
- name: Update sponsors in README and on website
Expand Down

0 comments on commit 3cfb14a

Please sign in to comment.