Skip to content

Commit

Permalink
fix publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Sep 12, 2024
1 parent db899f5 commit f3bc1eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: wheels-manylinux_2_28
name: dist-manylinux_2_28

build_linux_wheels_manylinux2014:
name: Build wheels for manylinux2014
Expand All @@ -54,7 +54,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: wheels-manylinux2014
name: dist-manylinux2014

build_linux_wheels_musllinux_x86_64:
name: Build wheels for musllinux_x86_64 (alpine)
Expand All @@ -79,7 +79,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: wheels-musllinux_x86_64
name: dist-musllinux_x86_64

build_windows_wheels:
name: Build wheels on windows-latest
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: wheels-windows
name: dist-windows

build_windows_32_wheels:
name: Build 32bit wheels on windows-latest
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: wheels-windows_32
name: dist-windows_32

build_macos_arm64_wheels:
name: Build wheels on macos-14 (arm64)
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: wheels-macos_arm64
name: dist-macos_arm64

build_macos_wheels:
name: Build wheels on macos-13
Expand Down

0 comments on commit f3bc1eb

Please sign in to comment.