2727 type : string
2828 required : true
2929 rc :
30- description : ' Release candidate (RC) (e.g, rc1)'
30+ description : ' Release Candidate (RC) (e.g, rc1)'
3131 type : string
3232 required : true
3333
5050 exit 1
5151 fi
5252
53- - name : Echo Release Version
53+ - name : Echo Release Candidate Version
5454 run : |
55- echo "Running Release Version: ${{ github.event.inputs.version }}${{ github.event.inputs.rc }}"
55+ echo "Running Release Candidate Version: ${{ github.event.inputs.version }}${{ github.event.inputs.rc }}"
5656
5757 validate-library-version :
5858 runs-on : ubuntu-latest
@@ -142,7 +142,7 @@ jobs:
142142 # TODO: upload to SVN, all files in pypi_wheelhouse
143143 - uses : actions/upload-artifact@v4
144144 with :
145- name : " release-svn -${{ matrix.os }}"
145+ name : " svn- release-candidate -${{ matrix.os }}"
146146 path : ./svn_wheelhouse/*
147147
148148 svn_generate_checksums :
@@ -154,7 +154,7 @@ jobs:
154154 uses : actions/download-artifact@v4
155155 with :
156156 path : svn_wheelhouse
157- pattern : release-svn -*
157+ pattern : svn- release-candidate -*
158158 merge-multiple : true
159159 - name : Generate SHA512 checksums
160160 run : |
@@ -165,7 +165,7 @@ jobs:
165165 done
166166 - uses : actions/upload-artifact@v4
167167 with :
168- name : release-svn -sha-checksums
168+ name : svn- release-candidate -sha-checksums
169169 path : ./svn_wheelhouse/*.sha512
170170
171171 svn_generate_signatures :
@@ -177,7 +177,7 @@ jobs:
177177 uses : actions/download-artifact@v4
178178 with :
179179 path : svn_wheelhouse
180- pattern : release-svn -*
180+ pattern : svn- release-candidate -*
181181 merge-multiple : true
182182 - name : Import GPG Key
183183 id : import_gpg
@@ -194,7 +194,7 @@ jobs:
194194 done
195195 - uses : actions/upload-artifact@v4
196196 with :
197- name : release-svn -gpg-signatures
197+ name : svn- release-candidate -gpg-signatures
198198 path : ./svn_wheelhouse/*.asc
199199
200200 svn_merge_artifacts :
@@ -207,8 +207,8 @@ jobs:
207207 - name : Merge Artifacts
208208 uses : actions/upload-artifact/merge@v4
209209 with :
210- name : " release-svn -${{ github.event.inputs.version }}${{ github.event.inputs.rc }}"
211- pattern : release-svn *
210+ name : " svn- release-candidate -${{ github.event.inputs.version }}${{ github.event.inputs.rc }}"
211+ pattern : svn- release-candidate *
212212 delete-merged : true
213213
214214 # PyPi
@@ -272,7 +272,7 @@ jobs:
272272 # TODO: upload to PyPi, all files in pypi_wheelhouse
273273 - uses : actions/upload-artifact@v4
274274 with :
275- name : " release-pypi -${{ matrix.os }}"
275+ name : " pypi- release-candidate -${{ matrix.os }}"
276276 path : ./pypi_wheelhouse/*
277277
278278 pypi_merge_artifacts :
@@ -282,6 +282,6 @@ jobs:
282282 - name : Merge Artifacts
283283 uses : actions/upload-artifact/merge@v4
284284 with :
285- name : " release-pypi -${{ github.event.inputs.version }}${{ github.event.inputs.rc }}"
286- pattern : release-pypi *
285+ name : " pypi- release-candidate -${{ github.event.inputs.version }}${{ github.event.inputs.rc }}"
286+ pattern : pypi- release-candidate *
287287 delete-merged : true
0 commit comments