Change gitea url
This commit is contained in:
parent
3784359076
commit
16f5f9dafb
|
@ -40,5 +40,5 @@ jobs:
|
|||
- name: Build
|
||||
run: python3 -m build
|
||||
- name: Publish
|
||||
run: python3 -m twine upload --repository-url "https://gitea.example.com/api/packages/${{ secrets.PIPY_REPO_USER }}/pypi" -u ${{ secrets.PIPY_REPO_USER }} -p ${{ secrets.PIPY_REPO_PASS }} dist/*
|
||||
run: python3 -m twine upload --repository-url "https://gitfub.space/api/packages/${{ secrets.PIPY_REPO_USER }}/pypi" -u ${{ secrets.PIPY_REPO_USER }} -p ${{ secrets.PIPY_REPO_PASS }} dist/*
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user