Fixing the publish workflow.
Some checks failed
StarFields Django Rest Framework Generics / build (push) Failing after 10s

This commit is contained in:
2024-10-08 11:19:58 +03:00
parent 353106ee17
commit 498a6da603

View File

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