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

Most packages were fixed on python-unstable.

This reverts commit 0a4898c21a.
This commit is contained in:
Frederik Rietdijk
2022-09-20 09:49:55 +02:00
parent 8895944c57
commit 86ab83260f
4 changed files with 26 additions and 1 deletions
@@ -0,0 +1,10 @@
# 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"