From 188a210ac721f59fa599d65c8739abfc60cca578 Mon Sep 17 00:00:00 2001 From: Paul Zhu Date: Mon, 21 Oct 2024 00:57:37 -0700 Subject: [PATCH] No release --- .github/workflows/build-wheels-cpu-macos.yaml | 30 ++++++++--------- .github/workflows/build-wheels-cpu.yaml | 30 ++++++++--------- .../workflows/build-wheels-cuda-linux.yaml | 14 ++++---- .github/workflows/build-wheels-cuda-win.yaml | 14 ++++---- .github/workflows/build-wheels-metal.yaml | 32 +++++++++---------- .../workflows/build-wheels-rocm-linux.yaml | 14 ++++---- 6 files changed, 67 insertions(+), 67 deletions(-) diff --git a/.github/workflows/build-wheels-cpu-macos.yaml b/.github/workflows/build-wheels-cpu-macos.yaml index 97bc3ffa..804fae4e 100644 --- a/.github/workflows/build-wheels-cpu-macos.yaml +++ b/.github/workflows/build-wheels-cpu-macos.yaml @@ -49,20 +49,20 @@ jobs: name: wheels-macos-${{ matrix.os }} path: ./wheelhouse/*.whl - release: - name: Release - needs: [build_wheels_macos] - runs-on: ubuntu-latest + # release: + # name: Release + # needs: [build_wheels_macos] + # runs-on: ubuntu-latest - steps: - - uses: actions/download-artifact@v4 - with: - merge-multiple: true - path: dist + # steps: + # - uses: actions/download-artifact@v4 + # with: + # merge-multiple: true + # path: dist - - uses: softprops/action-gh-release@v2 - with: - files: dist/* - tag_name: ${{ github.ref_name }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - uses: softprops/action-gh-release@v2 + # with: + # files: dist/* + # tag_name: ${{ github.ref_name }} + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-wheels-cpu.yaml b/.github/workflows/build-wheels-cpu.yaml index 90ef3309..27b685e8 100644 --- a/.github/workflows/build-wheels-cpu.yaml +++ b/.github/workflows/build-wheels-cpu.yaml @@ -144,20 +144,20 @@ jobs: name: sdist path: ./dist/*.tar.gz - release: - name: Release - needs: [build_wheels_win, build_wheels_arm64, build_sdist] # build_wheels_linux - runs-on: ubuntu-latest + # release: + # name: Release + # needs: [build_wheels_win, build_wheels_arm64, build_sdist] # build_wheels_linux + # runs-on: ubuntu-latest - steps: - - uses: actions/download-artifact@v4 - with: - merge-multiple: true - path: dist + # steps: + # - uses: actions/download-artifact@v4 + # with: + # merge-multiple: true + # path: dist - - uses: softprops/action-gh-release@v2 - with: - files: dist/* - tag_name: ${{ github.ref_name }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - uses: softprops/action-gh-release@v2 + # with: + # files: dist/* + # tag_name: ${{ github.ref_name }} + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-wheels-cuda-linux.yaml b/.github/workflows/build-wheels-cuda-linux.yaml index 0f157212..30471da3 100644 --- a/.github/workflows/build-wheels-cuda-linux.yaml +++ b/.github/workflows/build-wheels-cuda-linux.yaml @@ -122,10 +122,10 @@ jobs: # write the build tag to the output Write-Output "CUDA_VERSION=$cudaVersion" >> $env:GITHUB_ENV - - uses: softprops/action-gh-release@v2 - with: - files: dist/* - # Set tag_name to -cu - tag_name: ${{ github.ref_name }}-cu${{ env.CUDA_VERSION }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - uses: softprops/action-gh-release@v2 + # with: + # files: dist/* + # # Set tag_name to -cu + # tag_name: ${{ github.ref_name }}-cu${{ env.CUDA_VERSION }} + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-wheels-cuda-win.yaml b/.github/workflows/build-wheels-cuda-win.yaml index 376af7b4..0afebf45 100644 --- a/.github/workflows/build-wheels-cuda-win.yaml +++ b/.github/workflows/build-wheels-cuda-win.yaml @@ -121,10 +121,10 @@ jobs: # write the build tag to the output Write-Output "CUDA_VERSION=$cudaVersion" >> $env:GITHUB_ENV - - uses: softprops/action-gh-release@v2 - with: - files: dist/* - # Set tag_name to -cu - tag_name: ${{ github.ref_name }}-cu${{ env.CUDA_VERSION }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - uses: softprops/action-gh-release@v2 + # with: + # files: dist/* + # # Set tag_name to -cu + # tag_name: ${{ github.ref_name }}-cu${{ env.CUDA_VERSION }} + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-wheels-metal.yaml b/.github/workflows/build-wheels-metal.yaml index e56b16c7..5df8f31e 100644 --- a/.github/workflows/build-wheels-metal.yaml +++ b/.github/workflows/build-wheels-metal.yaml @@ -50,21 +50,21 @@ jobs: name: wheels-macos-${{ matrix.os }}-metal path: ./wheelhouse2/*.whl - release: - name: Release - needs: [build_wheels] - runs-on: ubuntu-latest + # release: + # name: Release + # needs: [build_wheels] + # runs-on: ubuntu-latest - steps: - - uses: actions/download-artifact@v4 - with: - merge-multiple: true - path: dist2 + # steps: + # - uses: actions/download-artifact@v4 + # with: + # merge-multiple: true + # path: dist2 - - uses: softprops/action-gh-release@v2 - with: - files: dist2/* - # set release name to -metal - tag_name: ${{ github.ref_name }}-metal - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - uses: softprops/action-gh-release@v2 + # with: + # files: dist2/* + # # set release name to -metal + # tag_name: ${{ github.ref_name }}-metal + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-wheels-rocm-linux.yaml b/.github/workflows/build-wheels-rocm-linux.yaml index 6895178b..c7312c91 100644 --- a/.github/workflows/build-wheels-rocm-linux.yaml +++ b/.github/workflows/build-wheels-rocm-linux.yaml @@ -80,10 +80,10 @@ jobs: ROCM_VERSION=$(echo $ROCMVER | tr -d '.') echo "ROCM_VERSION=$ROCM_VERSION" >> $GITHUB_ENV - - uses: softprops/action-gh-release@v2 - with: - files: dist/* - # Set tag_name to -rocm - tag_name: ${{ github.ref_name }}-rocm${{ env.ROCM_VERSION }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + # - uses: softprops/action-gh-release@v2 + # with: + # files: dist/* + # # Set tag_name to -rocm + # tag_name: ${{ github.ref_name }}-rocm${{ env.ROCM_VERSION }} + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file