diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index e02539e..6d5d0ae 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Build package run: poetry build - name: Add pypi source - run: poetry source add --priority=supplemental ahax https://gitea.example.com/api/packages/pub/pypi + run: poetry source add --priority=supplemental ahax https://git.ahax86.ru/api/packages/pub/pypi - name: Add pypi credentials run: poetry config http-basic.ahax ${{ secrets.REPO_USER }} ${{ secrets.REPO_PASS }} - name: Push to pypi