Skip to content

Commit

Permalink
Upload all wheels from correct path
Browse files Browse the repository at this point in the history
Upload wheels from the connectedhomeip directory which is now where the
Matter SDK lives. This makes sure that wheel builds for macOS are
available as well.
  • Loading branch information
agners committed Mar 28, 2024
1 parent c073d6d commit 08ae351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: project-chip/out/controller/python/*.whl
files: ./connectedhomeip/out/controller/python/*.whl
- name: Upload wheels to PyPI
if: startsWith(github.ref, 'refs/tags/')
env:
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: chip-wheels-macosx-${{ matrix.arch.name }}
path: project-chip/out/controller/python/*.whl
path: ./connectedhomeip/out/controller/python/*.whl
- name: Upload wheels as release assets
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 08ae351

Please sign in to comment.