From 3df64f75eaf4efc669c3b3a5472f82b63054daf8 Mon Sep 17 00:00:00 2001 From: Benedith Mulongo Date: Fri, 18 Oct 2024 15:01:27 +0200 Subject: [PATCH] Update build artifacts --- .github/workflows/ci.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2380ef4..8f6b3d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,19 +74,9 @@ jobs: - name: List files in dist/ run: ls -al dist - - name: Publish artifacts - if: github.ref == 'refs/tags/v*' - run: | - poetry publish --build - echo "Artifacts published successfully" - - publish: - runs-on: ubuntu-latest - needs: build - steps: - name: 'Upload Artifact' uses: actions/upload-artifact@v4 with: - name: ${{ github.event.release.tag_name }}-build + name: build-artifacts path: dist/ retention-days: 5