Skip to content

Commit

Permalink
Removed artifact_name
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 19, 2023
1 parent 5b61354 commit 3f61efe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/wheels.yml
Expand Up @@ -41,22 +41,18 @@ jobs:
os: macos-latest
archs: x86_64
macosx_deployment_target: "10.10"
artifact_name: "macOS_x86_64"
- name: "macOS arm64"
os: macos-latest
archs: arm64
macosx_deployment_target: "11.0"
artifact_name: "macOS_arm64"
- name: "manylinux2014 and musllinux x86_64"
os: ubuntu-latest
archs: x86_64
artifact_name: "manylinux2014_musllinux"
- name: "manylinux_2_28 x86_64"
os: ubuntu-latest
archs: x86_64
build: "*manylinux*"
manylinux: "manylinux_2_28"
artifact_name: "manylinux_2_28"
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -81,7 +77,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.artifact_name }}
name: ${{ matrix.os }}-${{ matrix.archs }}-${{ matrix.manylinux }}
path: ./wheelhouse/*.whl

windows:
Expand Down

0 comments on commit 3f61efe

Please sign in to comment.