Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: ${{matrix.build-platform[3]}}

- name: upload pyuda cibw build artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl
Expand All @@ -267,7 +267,7 @@ jobs:
- name: Upload uda build artifacts
# only build and upload pure python wheels on a single runner
if: runner.os == 'macOS' && startswith(matrix.build-platform[1], 'arm64')
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: uda-wheels
path: ${{github.workspace}}/source/wrappers/python/uda/dist/*
Expand Down
Loading