milenkovicm commented on code in PR #1325:
URL: 
https://github.com/apache/datafusion-ballista/pull/1325#discussion_r2437216260


##########
.github/workflows/build.yml:
##########
@@ -147,25 +146,20 @@ jobs:
           uv run --no-project maturin build --release --strip
 
       - name: List Windows wheels
-        if: matrix.os == 'windows-latest'
         run: dir python\target\wheels\
         # since the runner is dynamic shellcheck (from actionlint) can't infer 
this is powershell
         # so we specify it explicitly
         shell: powershell
 
-      - name: List Mac wheels
-        if: matrix.os != 'windows-latest'
-        run: find python/target/wheels/
-
       - name: Archive wheels
         uses: actions/upload-artifact@v4
         with:
-          name: dist-${{ matrix.os  }}
+          name: dist-windows-x86_64
           path: python/target/wheels/*
 
-  build-macos-x86_64:
+  build-macos-arm64:

Review Comment:
   this is what i was asking, as name changed after you push update to use 
arm64 👍🏻



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to