Фикс названия и библиотек CI/CD
Some checks failed
Build And Publish Package / publish (push) Failing after 47s
Some checks failed
Build And Publish Package / publish (push) Failing after 47s
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user