Фикс названия и библиотек CI/CD
Some checks failed
Build And Publish Package / publish (push) Failing after 47s

This commit is contained in:
2025-12-10 13:16:23 +03:00
parent 4b50bcc051
commit 8336f5886f

View File

@ -1,5 +1,5 @@
name: Build And Push name: Build And Publish Package
run-name: ${{ github.actor }} builds and pushes production-ready image run-name: ${{ github.actor }} builds and publishes package to PyPI
on: on:
push: push:
branches: branches:
@ -49,7 +49,7 @@ jobs:
run: uv python install run: uv python install
- name: Install the project - name: Install the project
run: uv sync --no-install-project --cache-dir ${{ github.workspace }}/.cache/uv run: uv sync --all-extras --no-install-project --cache-dir ${{ github.workspace }}/.cache/uv
- name: Linter & Formatter - name: Linter & Formatter
run: uv run pre-commit run --all-files run: uv run pre-commit run --all-files