|
@@ -130,6 +130,8 @@ jobs:
|
|
- uses: actions/setup-python@v5
|
|
- uses: actions/setup-python@v5
|
|
with:
|
|
with:
|
|
python-version: "3.11"
|
|
python-version: "3.11"
|
|
|
|
+ - name: Install httpx
|
|
|
|
+ run: pip install httpx
|
|
- name: Update version in pyproject.toml
|
|
- name: Update version in pyproject.toml
|
|
run: python .github/workflows/update_pyproject.py ${GITHUB_REF#refs/tags/}
|
|
run: python .github/workflows/update_pyproject.py ${GITHUB_REF#refs/tags/}
|
|
- name: Update sponsors in README and on website
|
|
- name: Update sponsors in README and on website
|