diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7335c46da..6789cff8ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,9 @@ jobs: env: SKIP: no-commit-to-branch + - run: uv build --all-packages + - run: ls -lh dist/ + # mypy and lint are a bit slower than other jobs, so we run them separately mypy: runs-on: ubuntu-latest @@ -193,7 +196,7 @@ jobs: with: version_file_path: pyproject.toml - - run: uv build + - run: uv build --all-packages - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 diff --git a/Makefile b/Makefile index 791203d682..86e0a9148d 100644 --- a/Makefile +++ b/Makefile @@ -10,12 +10,12 @@ .PHONY: install # Install the package, dependencies, and pre-commit for local development install: .uv .pre-commit - uv sync --frozen --all-extras --group lint --group docs + uv sync --frozen --all-extras --all-packages --group lint --group docs pre-commit install --install-hooks .PHONY: sync # Update local packages and uv.lock sync: .uv - uv sync --all-extras --group lint --group docs + uv sync --all-extras --all-packages --group lint --group docs .PHONY: format # Format the code format: diff --git a/docs/.hooks/main.py b/docs/.hooks/main.py index 15ca77009f..53aab4c90c 100644 --- a/docs/.hooks/main.py +++ b/docs/.hooks/main.py @@ -67,7 +67,6 @@ def sub_cf_video(m: re.Match[str]) -> str: domain = 'https://customer-nmegqx24430okhaq.cloudflarestream.com' poster = f'{domain}/{video_id}/thumbnails/thumbnail.jpg?time={time}&height=600' - print(poster) return f"""