diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index d446de5..43a5e4b 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -16,28 +16,28 @@ permissions: contents: read jobs: - linux: - runs-on: ubuntu-latest - strategy: - matrix: - target: [x86_64, x86, aarch64, armv7, s390x, ppc64le] - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: '3.10' - - name: Build wheels - uses: PyO3/maturin-action@v1 - with: - target: ${{ matrix.target }} - args: -m cmdapp/Cargo.toml --release --features=python-binding --out dist --find-interpreter - sccache: 'true' - manylinux: auto - - name: Upload wheels - uses: actions/upload-artifact@v3 - with: - name: wheels - path: dist + # linux: + # runs-on: ubuntu-latest + # strategy: + # matrix: + # target: [x86_64, x86, aarch64, armv7, s390x, ppc64le] + # steps: + # - uses: actions/checkout@v3 + # - uses: actions/setup-python@v4 + # with: + # python-version: '3.10' + # - name: Build wheels + # uses: PyO3/maturin-action@v1 + # with: + # target: ${{ matrix.target }} + # args: -m cmdapp/Cargo.toml --release --features=python-binding --out dist --find-interpreter + # sccache: 'true' + # manylinux: auto + # - name: Upload wheels + # uses: actions/upload-artifact@v3 + # with: + # name: wheels + # path: dist windows: runs-on: windows-latest @@ -108,7 +108,7 @@ jobs: # IMPORTANT: this permission is mandatory for trusted publishing id-token: write if: "startsWith(github.ref, 'refs/tags/')" - needs: [linux, windows, macos, sdist] + needs: [windows, macos, sdist] steps: - uses: actions/download-artifact@v3 with: @@ -118,4 +118,4 @@ jobs: with: command: upload args: --non-interactive --skip-existing * - manylinux: auto + # manylinux: auto