mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2026-08-31 04:36:37 +00:00
ci: generate refreshed uv lock artifact
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
name: Refresh uv lock artifact
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
lock:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v7
|
||||
- uses: actions/setup-python@v7
|
||||
with:
|
||||
python-version: "3.13.15"
|
||||
- name: Install uv
|
||||
run: python -m pip install --disable-pip-version-check uv
|
||||
- name: Regenerate lockfile
|
||||
run: uv lock
|
||||
- name: Upload lockfile
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: refreshed-uv-lock
|
||||
path: uv.lock
|
||||
Reference in New Issue
Block a user