diff --git a/.github/workflows/python-sdk.yml b/.github/workflows/python-sdk.yml index c9a4a33..f37bb7c 100644 --- a/.github/workflows/python-sdk.yml +++ b/.github/workflows/python-sdk.yml @@ -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 @@ -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 @@ -87,6 +86,7 @@ jobs: with: name: wheels-sdist path: dist + manylinux: 2_28 release: name: Release