wheels are at top level with pip wheel

This commit is contained in:
Ian Bell
2025-04-10 20:34:41 -04:00
parent 1512845043
commit 99cb597241

View File

@@ -80,7 +80,7 @@ jobs:
echo "$(git rev-parse HEAD)" > dev/gitrevision.txt
source activate docs
pip -vv wheel .
pip install -vvv --force-reinstall --ignore-installed --upgrade --no-index `ls dist/*.whl`
pip install -vvv --force-reinstall --ignore-installed --upgrade --no-index `ls *.whl`
- name: Test the installed CoolProp version
shell: bash