From 66a7b16b64d9c01be08cdd993df2fd6e15116c74 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 9 Jan 2024 16:36:08 -0300 Subject: [PATCH] should be the same :-/ --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 0001000..db9792e 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: pypi-artifacts-${{ matrix.os }}-${{ matrix.cibw_archs }} + name: pypi-artifacts-${{ matrix.os }}-${{ matrix.arch }} path: ${{ github.workspace }}/wheelhouse/*.whl