mirror of
https://github.com/vinta/awesome-python.git
synced 2026-04-11 14:21:45 +08:00
ci: use uv dependency groups and Makefile target for deploy workflow
Switches install step from --no-dev to --group build for explicit dependency group selection, and replaces the bare python invocation with `make build` to use the canonical build entrypoint. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
ab18c7e54c
commit
b6d1bf9307
4
.github/workflows/deploy-website.yml
vendored
4
.github/workflows/deploy-website.yml
vendored
@ -26,10 +26,10 @@ jobs:
|
||||
enable-cache: true
|
||||
|
||||
- name: Install dependencies
|
||||
run: uv sync --no-dev
|
||||
run: uv sync --group build
|
||||
|
||||
- name: Build site
|
||||
run: uv run python website/build.py
|
||||
run: make build
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user