fix: ahax URL
All checks were successful
Release / Distribution (push) Successful in 21s

This commit is contained in:
Georg K 2024-10-13 03:33:56 +03:00
parent 7c43c39eab
commit 65ee2fc702

View File

@ -27,7 +27,7 @@ jobs:
- name: Build package - name: Build package
run: poetry build run: poetry build
- name: Add pypi source - 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 - name: Add pypi credentials
run: poetry config http-basic.ahax ${{ secrets.REPO_USER }} ${{ secrets.REPO_PASS }} run: poetry config http-basic.ahax ${{ secrets.REPO_USER }} ${{ secrets.REPO_PASS }}
- name: Push to pypi - name: Push to pypi