diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 20c5310..3141a49 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -9,18 +9,6 @@ inputs: runs: using: composite steps: - - uses: astral-sh/setup-uv@v5 - with: - python-version: "3.12" - - - name: Resolve lock file - shell: bash - run: uv lock - - - name: Install dependencies - shell: bash - run: uv sync --all-packages - - name: Build shell: bash run: cd ${{ inputs.workspace_path }} && uv build --out-dir dist