Need the requests first

This commit is contained in:
Ian Bell
2025-04-11 12:01:27 -04:00
parent 3cb96a021c
commit 6077e2acaa

View File

@@ -21,6 +21,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.13.x
- name: Install dependencies
run: pip install setuptools wheel Cython requests jinja2 pyyaml packaging
- name: Figure out the TestPyPi/PyPi Version
shell: bash
@@ -31,9 +34,6 @@ jobs:
python dev/extract_version.py --replace-setup-py
fi;
- name: Install dependencies
run: pip install setuptools wheel Cython requests jinja2 pyyaml packaging
- name: Build package, sdist
working-directory: ./wrappers/Python/pypi
run: python prepare_pypi.py --dist-dir=${GITHUB_WORKSPACE}/Python