We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ffdfc commit 01320a7Copy full SHA for 01320a7
.circleci/config.yml
@@ -54,6 +54,7 @@ jobs:
54
docker run --rm -v $PWD:/mnt cimg/python:3.13.1 bash -c "
55
python --version;
56
# test wheel
57
+ cd /mnt
58
packaging/python/test_wheels.sh $(which python) $(ls -t wheelhouse/*.whl)
59
"
60
else
0 commit comments