mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +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:
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
|
||||
|
||||
Reference in New Issue
Block a user