diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a14a36c..c7e00fd 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - name: Release dry-run validation run: | . .venv/bin/activate - PYTHONPATH=src python3 scripts/ci/release.py --dry-run || true + PYTHONPATH=. python3 scripts/ci/release.py --dry-run || true detect-changes: runs-on: docker diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index fc37b9e..d437267 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -31,7 +31,7 @@ jobs: git config user.email "grm-ci-bot@oblachno.fyi" - name: Run release env: - PYTHONPATH: src + PYTHONPATH: . run: | . .venv/bin/activate python3 scripts/ci/release.py @@ -39,7 +39,7 @@ jobs: if: failure() env: REPO_TOKEN: ${{ secrets.REPO_TOKEN }} - PYTHONPATH: src + PYTHONPATH: . run: | . .venv/bin/activate python3 scripts/ci/notify_failure.py \