fix: use uvx twine to avoid externally-managed Python
This commit is contained in:
@@ -109,9 +109,7 @@ jobs:
|
||||
TWINE_USERNAME: ${{ secrets.REGISTRY_USER }}
|
||||
TWINE_PASSWORD: ${{ secrets.REGISTRY_TOKEN }}
|
||||
TWINE_REPOSITORY_URL: http://gitea-http.gitea.svc.cluster.local:3000/api/packages/daviestechlabs/pypi
|
||||
run: |
|
||||
uv pip install twine --system
|
||||
twine upload --verbose dist/*
|
||||
run: uvx twine upload --verbose dist/*
|
||||
|
||||
- name: Create and push tag
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user