From 28d86e8762fce274669bbd03f2667996925eb088 Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Wed, 5 Jun 2024 22:10:15 +0200 Subject: [PATCH] fixed port bug --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index a939502..ee4dcf9 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -18,7 +18,7 @@ jobs: architecture: "x64" - name: Install Packages env: - PIP_INDEX_URL: http://192.168.1.2:50001/index/ + PIP_INDEX_URL: http://192.168.1.2:5001/index/ PIP_TRUSTED_HOST: 192.168.1.2 run: | pip install poetry