diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 021ce96..a993ee0 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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: |