From 8d32c1d08db55d98057f861b4a29fe1d61530401 Mon Sep 17 00:00:00 2001 From: Andy Pack Date: Sun, 28 Jul 2024 14:11:05 +0100 Subject: [PATCH] specifying repo --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 74bcf6a..b150c9a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -70,4 +70,4 @@ jobs: run: poetry build - name: Poetry Publish - run: poetry publish \ No newline at end of file + run: poetry publish --repository sargit \ No newline at end of file