Browse Source

add missing dependency

Falko Schindler 5 tháng trước cách đây
mục cha
commit
3cfb14afcc
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .github/workflows/publish.yml

+ 2 - 0
.github/workflows/publish.yml

@@ -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