# HG changeset patch # User Pierre-Yves David <pierre-yves.david@octobus.net> # Date 1731685290 -3600 # Fri Nov 15 16:41:30 2024 +0100 # Branch stable # Node ID b5517711afca39dcda8523f08cf2a9d8b030bd45 # Parent 074bc2b135f320df8443e8305b7cd551d98b20ff wheels: rely on the image config to be able to access the repository The image should now have the proper config set globally to access this diff --git a/contrib/packaging/build-linux-wheels.sh b/contrib/packaging/build-linux-wheels.sh --- a/contrib/packaging/build-linux-wheels.sh +++ b/contrib/packaging/build-linux-wheels.sh @@ -26,13 +26,6 @@ --ignored \ --no-confirm -export HGRCPATH=/tmp/build-config.rc -cat << EOF > $HGRCPATH -[trusted] -users=* -groups=* -EOF - for py in $PYTHON_TARGETS; do echo 'build wheel for' $py # cleanup any previous wheel