Attempting to upgrade pkginfo during publish action to fix a twine error.
All checks were successful
StarFields Django Rest Framework Generics / build (push) Successful in 11s
All checks were successful
StarFields Django Rest Framework Generics / build (push) Successful in 11s
This commit is contained in:
@@ -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 ./dist/*
|
||||
run: pip install twine && pip install --upgrade pkginfo && 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
|
||||
|
||||
Reference in New Issue
Block a user