From a1f9c76fa563cd10368651db0d3021e07eb1ffc7 Mon Sep 17 00:00:00 2001 From: "N. Tessa Pierce-Ward" Date: Tue, 3 Oct 2023 17:24:45 -0700 Subject: [PATCH] fix spacing --- .github/workflows/maturin-wheels.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.github/workflows/maturin-wheels.yml b/.github/workflows/maturin-wheels.yml index 423b992b..d95e2436 100644 --- a/.github/workflows/maturin-wheels.yml +++ b/.github/workflows/maturin-wheels.yml @@ -22,7 +22,6 @@ jobs: strategy: matrix: target: [x86_64, x86] - #, aarch64, armv7, s390x, ppc64le] steps: - uses: actions/checkout@v3 - name: Install LLVM and Clang @@ -48,29 +47,6 @@ jobs: name: wheels path: dist - # windows: - # runs-on: windows-latest - # strategy: - # matrix: - # target: [x64, x86] - # steps: - # - uses: actions/checkout@v3 - # - uses: actions/setup-python@v4 - # with: - # python-version: '3.10' - # architecture: ${{ matrix.target }} - # - name: Build wheels - # uses: PyO3/maturin-action@v1 - # with: - # target: ${{ matrix.target }} - # args: --release --out dist --find-interpreter - # sccache: 'true' - # - name: Upload wheels - # uses: actions/upload-artifact@v3 - # with: - # name: wheels - # path: dist - macos: runs-on: macos-latest strategy: @@ -82,9 +58,6 @@ jobs: uses: KyleMayes/install-llvm-action@v1 with: version: "10.0" - - name: Symlink libclang.so (Linux) - run: sudo ln -s libclang-11.so.1 /lib/x86_64-linux-gnu/libclang.so - working-directory: ${{ env.LLVM_PATH }}/lib - uses: actions/setup-python@v4 with: python-version: '3.10'