From f3bc1eb11fc1d7b9818b577892d40c4bd3e8efd1 Mon Sep 17 00:00:00 2001 From: PeterPetrik Date: Thu, 12 Sep 2024 12:58:54 +0200 Subject: [PATCH] fix publish step --- .github/workflows/python_packages.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python_packages.yml b/.github/workflows/python_packages.yml index 17d685a..9a7181a 100644 --- a/.github/workflows/python_packages.yml +++ b/.github/workflows/python_packages.yml @@ -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 @@ -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) @@ -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 @@ -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 @@ -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) @@ -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