Revert "buildPython*: store dist (wheel/sdist) in dist output"

Revert for now and fix on python-unstable branch.

This reverts commit adbc59c9d3.
This commit is contained in:
Frederik Rietdijk
2022-09-19 10:00:42 +02:00
parent 763c873977
commit 0a4898c21a
4 changed files with 1 additions and 26 deletions
@@ -1,10 +0,0 @@
# Setup hook for storing dist folder (wheels/sdists) in a separate output
echo "Sourcing python-catch-conflicts-hook.sh"
pythonOutputDistPhase() {
echo "Executing pythonOutputDistPhase"
mv "dist" "$dist"
echo "Finished executing pythonOutputDistPhase"
}
preFixupPhases+=" pythonOutputDistPhase"