From b7d3044d72823f4a9cb64efa758a381435f9d04b Mon Sep 17 00:00:00 2001 From: Fantix King Date: Mon, 14 Oct 2024 12:46:23 -0400 Subject: [PATCH] fix? --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bbb675f..bf4d775 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: - name: dist-{{ matrix.os }}-{{ matrix.cibw_arch }}-{{ matrix.cibw_python }} + name: dist-{{ matrix.os }}-{{ matrix.cibw_arch }}-{{ matrix.cibw_python.split('-')[0] }} path: wheelhouse/*.whl publish: