Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions release-pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ runs:
using: "composite"
steps:
- name: Install uv
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
with:
version: "0.6.16"
version: "0.8.4"

- name: Install neon-release-pr
- name: Build neon-release-pr
shell: bash
run: |
cd ${{ github.action_path }}
cd ${GITHUB_ACTION_PATH}
uv sync
uv build
pip install dist/neon_release_pr-*-py3-none-any.whl


- name: Run neon-release-pr
env:
UV_PROJECT: ${{ github.action_path }}
shell: bash
run: |
set -euo pipefail
Expand Down