GRM-27: fix: CI workflows for rootless runner compatibility
Post-merge Vikunja update / vikunja (push) Failing after 5s
CI / quality (push) Successful in 1m3s
CI / molecule-tests (0) (push) Failing after 3m35s
CI / molecule-tests (1) (push) Failing after 5m53s
CI / molecule-tests (2) (push) Failing after 5m59s

This commit was merged in pull request #6.
This commit is contained in:
2026-06-20 17:01:55 +00:00
parent ea18793963
commit 0fadb7c504
7 changed files with 125 additions and 17 deletions
+2 -1
View File
@@ -12,11 +12,12 @@ jobs:
- uses: actions/checkout@v4
- name: Install build tools
run: |
python3 -m pip install build twine requests
python3 -m pip install --break-system-packages build twine requests python-dotenv click
- name: Build and publish release
env:
REPO_TOKEN: ${{ secrets.REPO_TOKEN }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
PYTHONPATH: src
run: |
python3 scripts/publish.py \
"${{ github.ref_name }}" \