fix: use full workspace path for PYTHONPATH in V2 publisher

This commit is contained in:
Nubenetes Bot
2026-05-22 11:33:18 +02:00
parent 40884e0750
commit 3d710cc544

View File

@@ -63,7 +63,7 @@ jobs:
- name: Consolidate README Metrics
env:
PYTHONPATH: .
PYTHONPATH: ${{ github.workspace }}
run: |
python src/readme_updater.py
python src/safety_readme.py