From cd79201d4a700b463f12d8626137262de6686c06 Mon Sep 17 00:00:00 2001 From: Pelagic Date: Mon, 13 May 2024 15:49:01 +0300 Subject: [PATCH] Attempt to fix the publish action. --- .gitea/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 4e338ab..b7a35b9 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -36,3 +36,4 @@ jobs: password: ${{ secrets.GIT_PYPI_PASSWORD }} repository-url: https://git.vickys-corner.xyz/api/packages/StarFields/pypi print-hash: true + verbose: true