Attempt to fix the publish action.
Some checks failed
StarFields Django Rest Framework Generics / build (push) Failing after 56s
Some checks failed
StarFields Django Rest Framework Generics / build (push) Failing after 56s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user