Fixing the publish workflow.
All checks were successful
StarFields Django Rest Framework Generics / build (push) Successful in 9s

This commit is contained in:
2024-10-08 11:38:57 +03:00
parent 94c3304c1c
commit 40ff763f96

View File

@@ -36,7 +36,7 @@ jobs:
run: pip install build && python -m build
- name: Publish package to Gitea PyPI
run: pip install twine && python -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 ./dist/*
# - name: Publish package to Gitea PyPI
# continue-on-error: false