From 9f49b838f7118776a97fcb787f495135238087f0 Mon Sep 17 00:00:00 2001 From: David Gidwani Date: Sat, 9 Mar 2024 12:38:40 -0500 Subject: [PATCH] ci: :ferris_wheel: force upload wheel and source artifacts in CI --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c3af987..db17dd7 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -292,7 +292,7 @@ jobs: - name: Upload wheels to artifacts uses: actions/upload-artifact@v4 - if: github.event_name == 'workflow_dispatch' || steps.cache-wheels.outputs.cache-hit != 'true' + # if: github.event_name == 'workflow_dispatch' || steps.cache-wheels.outputs.cache-hit != 'true' with: name: wheel-${{ matrix.python_id }}-${{ matrix.platform_id }} path: | @@ -346,7 +346,7 @@ jobs: - name: Upload source distribution to artifacts uses: actions/upload-artifact@v4 - if: github.event_name == 'workflow_dispatch' || steps.cache-sdist.outputs.cache-hit != 'true' + # if: github.event_name == 'workflow_dispatch' || steps.cache-sdist.outputs.cache-hit != 'true' with: name: sdist path: |