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