Fixing the publish workflow.
Some checks failed
StarFields Django Rest Framework Generics / build (push) Failing after 13s
Some checks failed
StarFields Django Rest Framework Generics / build (push) Failing after 13s
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
|||||||
run: pip install build && python -m build
|
run: pip install build && python -m build
|
||||||
|
|
||||||
- name: Publish package to Gitea PyPI
|
- 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
|
# - name: Publish package to Gitea PyPI
|
||||||
# continue-on-error: false
|
# continue-on-error: false
|
||||||
|
|||||||
Reference in New Issue
Block a user