fix: move to parent dir after wheel build

This commit is contained in:
drbh 2024-05-21 18:15:57 +00:00
parent f4e7cdb04a
commit a4cd403079

View File

@ -161,6 +161,8 @@ jobs:
ls dist/*whl |xargs -I {} mv {} dist/${wheel_name} ls dist/*whl |xargs -I {} mv {} dist/${wheel_name}
# Save the wheel name to the GitHub environment # Save the wheel name to the GitHub environment
echo "wheel_name=${wheel_name}" >> $GITHUB_ENV echo "wheel_name=${wheel_name}" >> $GITHUB_ENV
# Move back to the root directory before logging the built wheels
cd ..
- name: Log Built Wheels - name: Log Built Wheels
run: | run: |