Skip to content

Commit 188a210

Browse files
committed
No release
1 parent a060e97 commit 188a210

File tree

6 files changed

+67
-67
lines changed

6 files changed

+67
-67
lines changed

.github/workflows/build-wheels-cpu-macos.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,20 @@ jobs:
4949
name: wheels-macos-${{ matrix.os }}
5050
path: ./wheelhouse/*.whl
5151

52-
release:
53-
name: Release
54-
needs: [build_wheels_macos]
55-
runs-on: ubuntu-latest
52+
# release:
53+
# name: Release
54+
# needs: [build_wheels_macos]
55+
# runs-on: ubuntu-latest
5656

57-
steps:
58-
- uses: actions/download-artifact@v4
59-
with:
60-
merge-multiple: true
61-
path: dist
57+
# steps:
58+
# - uses: actions/download-artifact@v4
59+
# with:
60+
# merge-multiple: true
61+
# path: dist
6262

63-
- uses: softprops/action-gh-release@v2
64-
with:
65-
files: dist/*
66-
tag_name: ${{ github.ref_name }}
67-
env:
68-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63+
# - uses: softprops/action-gh-release@v2
64+
# with:
65+
# files: dist/*
66+
# tag_name: ${{ github.ref_name }}
67+
# env:
68+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/build-wheels-cpu.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -144,20 +144,20 @@ jobs:
144144
name: sdist
145145
path: ./dist/*.tar.gz
146146

147-
release:
148-
name: Release
149-
needs: [build_wheels_win, build_wheels_arm64, build_sdist] # build_wheels_linux
150-
runs-on: ubuntu-latest
147+
# release:
148+
# name: Release
149+
# needs: [build_wheels_win, build_wheels_arm64, build_sdist] # build_wheels_linux
150+
# runs-on: ubuntu-latest
151151

152-
steps:
153-
- uses: actions/download-artifact@v4
154-
with:
155-
merge-multiple: true
156-
path: dist
152+
# steps:
153+
# - uses: actions/download-artifact@v4
154+
# with:
155+
# merge-multiple: true
156+
# path: dist
157157

158-
- uses: softprops/action-gh-release@v2
159-
with:
160-
files: dist/*
161-
tag_name: ${{ github.ref_name }}
162-
env:
163-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
158+
# - uses: softprops/action-gh-release@v2
159+
# with:
160+
# files: dist/*
161+
# tag_name: ${{ github.ref_name }}
162+
# env:
163+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/build-wheels-cuda-linux.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ jobs:
122122
# write the build tag to the output
123123
Write-Output "CUDA_VERSION=$cudaVersion" >> $env:GITHUB_ENV
124124
125-
- uses: softprops/action-gh-release@v2
126-
with:
127-
files: dist/*
128-
# Set tag_name to <tag>-cu<cuda_version>
129-
tag_name: ${{ github.ref_name }}-cu${{ env.CUDA_VERSION }}
130-
env:
131-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
125+
# - uses: softprops/action-gh-release@v2
126+
# with:
127+
# files: dist/*
128+
# # Set tag_name to <tag>-cu<cuda_version>
129+
# tag_name: ${{ github.ref_name }}-cu${{ env.CUDA_VERSION }}
130+
# env:
131+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/build-wheels-cuda-win.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ jobs:
121121
# write the build tag to the output
122122
Write-Output "CUDA_VERSION=$cudaVersion" >> $env:GITHUB_ENV
123123
124-
- uses: softprops/action-gh-release@v2
125-
with:
126-
files: dist/*
127-
# Set tag_name to <tag>-cu<cuda_version>
128-
tag_name: ${{ github.ref_name }}-cu${{ env.CUDA_VERSION }}
129-
env:
130-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
124+
# - uses: softprops/action-gh-release@v2
125+
# with:
126+
# files: dist/*
127+
# # Set tag_name to <tag>-cu<cuda_version>
128+
# tag_name: ${{ github.ref_name }}-cu${{ env.CUDA_VERSION }}
129+
# env:
130+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/build-wheels-metal.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,21 @@ jobs:
5050
name: wheels-macos-${{ matrix.os }}-metal
5151
path: ./wheelhouse2/*.whl
5252

53-
release:
54-
name: Release
55-
needs: [build_wheels]
56-
runs-on: ubuntu-latest
53+
# release:
54+
# name: Release
55+
# needs: [build_wheels]
56+
# runs-on: ubuntu-latest
5757

58-
steps:
59-
- uses: actions/download-artifact@v4
60-
with:
61-
merge-multiple: true
62-
path: dist2
58+
# steps:
59+
# - uses: actions/download-artifact@v4
60+
# with:
61+
# merge-multiple: true
62+
# path: dist2
6363

64-
- uses: softprops/action-gh-release@v2
65-
with:
66-
files: dist2/*
67-
# set release name to <tag>-metal
68-
tag_name: ${{ github.ref_name }}-metal
69-
env:
70-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64+
# - uses: softprops/action-gh-release@v2
65+
# with:
66+
# files: dist2/*
67+
# # set release name to <tag>-metal
68+
# tag_name: ${{ github.ref_name }}-metal
69+
# env:
70+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/build-wheels-rocm-linux.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ jobs:
8080
ROCM_VERSION=$(echo $ROCMVER | tr -d '.')
8181
echo "ROCM_VERSION=$ROCM_VERSION" >> $GITHUB_ENV
8282
83-
- uses: softprops/action-gh-release@v2
84-
with:
85-
files: dist/*
86-
# Set tag_name to <tag>-rocm<rocm_version>
87-
tag_name: ${{ github.ref_name }}-rocm${{ env.ROCM_VERSION }}
88-
env:
89-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83+
# - uses: softprops/action-gh-release@v2
84+
# with:
85+
# files: dist/*
86+
# # Set tag_name to <tag>-rocm<rocm_version>
87+
# tag_name: ${{ github.ref_name }}-rocm${{ env.ROCM_VERSION }}
88+
# env:
89+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)