From b5b909b609867d5b08ed050ef9734ca0555bbd7a Mon Sep 17 00:00:00 2001 From: Achille Roussel Date: Mon, 12 Feb 2024 23:04:35 -0800 Subject: [PATCH] fix artifact names Signed-off-by: Achille Roussel --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index d5760931..880184e1 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -43,7 +43,7 @@ jobs: - run: python -m cibuildwheel --output-dir wheelhouse - uses: actions/upload-artifact@v4 with: - name: cibw-wheels-${{ matrix.python }}-${{ matrix.os }} + name: cibw-wheels-${{ matrix.os }} path: wheelhouse/*.whl test: