From 14dc2cd4afd0a92ae7d2432fa545c890f1b856df Mon Sep 17 00:00:00 2001 From: Pelagic Date: Tue, 1 Oct 2024 03:11:42 +0300 Subject: [PATCH] Testing the workflow. --- .gitea/workflows/publish.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 4362abb..a69eb3b 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -2,6 +2,9 @@ name: StarFields Django Rest Framework Generics on: [push] +env: + GITHUB_WORKFLOW_REF: + jobs: build: @@ -36,6 +39,6 @@ jobs: with: user: ${{ secrets.GIT_PYPI_USERNAME }} password: ${{ secrets.GIT_PYPI_PASSWORD }} - repository-url: https://git.vickys-corner.xyz/api/packages/StarFields/pypi + repository-url: https://git.starfieldsweb.com/api/packages/StarFields/pypi print-hash: true verbose: true