Skip to content

Commit 5ebb40c

Browse files
committed
remove -python-version
1 parent bb1f77f commit 5ebb40c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gnupg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
spack buildcache push --unsigned ./binary-mirror gnupg
7171
- uses: actions/upload-artifact@v5
7272
with:
73-
name: gnupg_binary_mirror-${{ matrix.runner[0] }}-${{ matrix.runner[1] }}-${{ matrix.python-version }}
73+
name: gnupg_binary_mirror-${{ matrix.runner[0] }}-${{ matrix.runner[1] }}
7474
path: binary-mirror
7575

7676
manylinux2014_build:
@@ -100,7 +100,7 @@ jobs:
100100
101101
- uses: actions/upload-artifact@v5
102102
with:
103-
name: gnupg_binary_mirror-linux-${{ matrix.arch}}-${{ matrix.python-version }}
103+
name: gnupg_binary_mirror-linux-${{ matrix.arch }}
104104
path: binary-mirror
105105

106106
gnupg_json:

.github/workflows/patchelf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- uses: actions/upload-artifact@v5
5050
with:
51-
name: patchelf_binary_mirror-linux-${{ matrix.arch}}-${{ matrix.python-version }}
51+
name: patchelf_binary_mirror-linux-${{ matrix.arch }}
5252
path: binary-mirror
5353

5454
patchelf_json:

0 commit comments

Comments
 (0)