From a4cd403079fcd6400aae3c9884b5164e18709288 Mon Sep 17 00:00:00 2001 From: drbh Date: Tue, 21 May 2024 18:15:57 +0000 Subject: [PATCH] fix: move to parent dir after wheel build --- .github/workflows/python-packaging.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-packaging.yaml b/.github/workflows/python-packaging.yaml index 2c39ff31..26b138a3 100644 --- a/.github/workflows/python-packaging.yaml +++ b/.github/workflows/python-packaging.yaml @@ -161,6 +161,8 @@ jobs: ls dist/*whl |xargs -I {} mv {} dist/${wheel_name} # Save the wheel name to the GitHub environment echo "wheel_name=${wheel_name}" >> $GITHUB_ENV + # Move back to the root directory before logging the built wheels + cd .. - name: Log Built Wheels run: |