diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 45b350b..4076d50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,14 +31,6 @@ jobs: UV_DEFAULT_INDEX: "https://pypi.tuna.tsinghua.edu.cn/simple/" run: uv build - - name: Upload wheel artifacts - if: success() - uses: actions/upload-artifact@v4 - with: - name: snapshot-dist - path: dist/snapshot-* - if-no-files-found: error - # Only create a release + attach dist/ assets when pushing a v* tag. # On branch pushes / pull requests this step is skipped entirely. # The release logic is in a separate script to avoid embedding a JSON