Attempt to fix the publish action.
Some checks failed
StarFields Django Rest Framework Generics / build (push) Failing after 56s

This commit is contained in:
2024-05-13 15:45:09 +03:00
parent 76181a46ac
commit 8a6a73d321

View File

@@ -27,7 +27,7 @@ jobs:
# check https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#packaging-workflow-data-as-artifacts
- name: Build package
run: python -m build
run: pip install build && python -m build
- name: Publish package to Gitea PyPI
uses: pypa/gh-action-pypi-publish@release/v1