Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mullr committed Sep 5, 2024
1 parent 22c3a48 commit ecf511a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
before-script-linux: pipx install patchelf
target: ${{ matrix.platform.target }}
args: --release --out dist
sccache: "true"
manylinux: 2_28
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -65,12 +64,12 @@ jobs:
working-directory: client-libraries/python/auxon-sdk
target: ${{ matrix.platform.target }}
args: --release --out dist
sccache: "true"
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: wheels-macos-${{ matrix.platform.target }}
path: dist
manylinux: 2_28

sdist:
runs-on: ubuntu-latest
Expand All @@ -87,6 +86,7 @@ jobs:
with:
name: wheels-sdist
path: dist
manylinux: 2_28

release:
name: Release
Expand Down

0 comments on commit ecf511a

Please sign in to comment.