From 96fc9a89ce7cab0643fb352286f5ffe4c6d16d83 Mon Sep 17 00:00:00 2001 From: Kevin Meagher <11620178+kjmeagher@users.noreply.github.com> Date: Wed, 3 Jul 2024 14:42:42 -0500 Subject: [PATCH] only upload src dist not test file we arn't gonna read anyway --- .github/workflows/wheels.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 375bfa8..ad51c12 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -31,9 +31,7 @@ jobs: - uses: actions/upload-artifact@v4 with: name: cibw-sdist - path: | - dist/nuflux-*.tar.gz - test-results-cibw-sdist.junit.xml + path: dist/nuflux-*.tar.gz build_wheels: name: Build wheels cp${{ matrix.python }}-manylinux_x86_64 runs-on: ${{ matrix.os }}