Commit 3035696d authored by Yamada Hiroyuki's avatar Yamada Hiroyuki
Browse files

Fix: Add --no-project flag

parent 5d8415e3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ jobs:
          cache-dependency-glob: |
            **/pyproject.toml
            **/setup.py
      - run: uv run --with build python -m build --sdist
      - run: uv run --no-project --with build python -m build --sdist
      - uses: actions/upload-artifact@v4
        with:
          name: dist-sdist