fix: cicd release workflow
This commit is contained in:
@@ -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 }} \
|
||||
|
||||
Reference in New Issue
Block a user