Фикс названия и библиотек 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
|
||||
run-name: ${{ github.actor }} builds and pushes production-ready image
|
||||
name: Build And Publish Package
|
||||
run-name: ${{ github.actor }} builds and publishes package to PyPI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
run: uv python install
|
||||
|
||||
- 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
|
||||
run: uv run pre-commit run --all-files
|
||||
|
||||
Reference in New Issue
Block a user