Skip to content

Commit 3f61efe

Browse files
committed
Removed artifact_name
1 parent 5b61354 commit 3f61efe

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/wheels.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,18 @@ jobs:
4141
os: macos-latest
4242
archs: x86_64
4343
macosx_deployment_target: "10.10"
44-
artifact_name: "macOS_x86_64"
4544
- name: "macOS arm64"
4645
os: macos-latest
4746
archs: arm64
4847
macosx_deployment_target: "11.0"
49-
artifact_name: "macOS_arm64"
5048
- name: "manylinux2014 and musllinux x86_64"
5149
os: ubuntu-latest
5250
archs: x86_64
53-
artifact_name: "manylinux2014_musllinux"
5451
- name: "manylinux_2_28 x86_64"
5552
os: ubuntu-latest
5653
archs: x86_64
5754
build: "*manylinux*"
5855
manylinux: "manylinux_2_28"
59-
artifact_name: "manylinux_2_28"
6056
steps:
6157
- uses: actions/checkout@v4
6258
with:
@@ -81,7 +77,7 @@ jobs:
8177

8278
- uses: actions/upload-artifact@v4
8379
with:
84-
name: ${{ matrix.artifact_name }}
80+
name: ${{ matrix.os }}-${{ matrix.archs }}-${{ matrix.manylinux }}
8581
path: ./wheelhouse/*.whl
8682

8783
windows:

0 commit comments

Comments
 (0)