mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-09 14:08:08 -05:00
Need the requests first
This commit is contained in:
6
.github/workflows/python_buildwheels.yml
vendored
6
.github/workflows/python_buildwheels.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user