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

This commit is contained in:
2024-10-08 11:34:10 +03:00
parent 14fb9d804f
commit 94c3304c1c

View File

@@ -36,7 +36,7 @@ jobs:
run: pip install build && python -m build
- name: Publish package to Gitea PyPI
run: python3 -m twine upload --repository-url https://git.starfieldsweb.com/api/packages/StarFields/pypi ./*
run: pip install twine && python -m twine upload --repository-url https://git.starfieldsweb.com/api/packages/StarFields/pypi ./*
# - name: Publish package to Gitea PyPI
# continue-on-error: false