Attempt to fix the publish action.
All checks were successful
StarFields Django Rest Framework Generics / build (push) Successful in 12s

This commit is contained in:
2024-05-13 15:52:43 +03:00
parent cd79201d4a
commit 0706fc5dc8

View File

@@ -30,6 +30,7 @@ jobs:
run: pip install build && python -m build
- name: Publish package to Gitea PyPI
continue-on-error: true
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: ${{ secrets.GIT_PYPI_USERNAME }}