Attempt to fix the publish action.
All checks were successful
StarFields Django Rest Framework Generics / build (push) Successful in 12s
All checks were successful
StarFields Django Rest Framework Generics / build (push) Successful in 12s
This commit is contained in:
@@ -30,6 +30,7 @@ jobs:
|
|||||||
run: pip install build && python -m build
|
run: pip install build && python -m build
|
||||||
|
|
||||||
- name: Publish package to Gitea PyPI
|
- name: Publish package to Gitea PyPI
|
||||||
|
continue-on-error: true
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
user: ${{ secrets.GIT_PYPI_USERNAME }}
|
user: ${{ secrets.GIT_PYPI_USERNAME }}
|
||||||
|
|||||||
Reference in New Issue
Block a user