develop #1

Merged
Arnike merged 21 commits from develop into main 2026-02-07 18:06:51 +03:00
2 changed files with 1 additions and 8 deletions
Showing only changes of commit 02b38a25eb - Show all commits

View File

@@ -18,14 +18,6 @@ jobs:
with:
python-version: "3.12"
- name: Cache pip
uses: https://gitea.com/actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Install dependencies
run: pip install -r requirements.txt

View File

@@ -72,3 +72,4 @@ jobs:
tag_name: ${{ needs.build-and-push.outputs.tag }}
body_path: release_notes.md
target_commitish: ${{ github.sha }}