From e53d0621d98b0962af1442f5f53e863fea9adc00 Mon Sep 17 00:00:00 2001 From: VersusFacit <67295367+VersusFacit@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:36:26 -0800 Subject: [PATCH] Remove the artifacts related workflow steps --- .github/workflows/main.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a036b2efc..ddca33825 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -119,11 +119,6 @@ jobs: if [[ "$(ls -lh dist/)" == *"a1"* ]]; then export is_alpha=1; fi echo "is_alpha=$is_alpha" >> $GITHUB_OUTPUT - - uses: actions/upload-artifact@v3 - with: - name: dist - path: dist/ - test-build: name: verify packages / python ${{ matrix.python-version }} / ${{ matrix.os }} @@ -150,11 +145,6 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: actions/download-artifact@v3 - with: - name: dist - path: dist/ - - name: Show distributions run: ls -lh dist/