From 9e6516ac3715b93486cbab70669404b827f0a3a6 Mon Sep 17 00:00:00 2001 From: Mila Page <67295367+VersusFacit@users.noreply.github.com> Date: Sun, 19 Jan 2025 13:27:53 -0800 Subject: [PATCH] Remove the artifacts related workflow steps (#982) --- .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/