fix: cicd release workflow

This commit is contained in:
Benjamin Labrecque
2026-07-24 14:46:05 +02:00
parent c549029120
commit 109819d34c
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
run: uv add twine
- name: Publish
run: |
uv python -m twine upload dist/* \
uv run python -m twine upload dist/* \
--repository-url https://gitea.psi.ch/api/packages/sls/pypi \
--username armborst_f \
--password ${{ secrets.REGISTRY_TOKEN_ARMBORST_F }} \