updated to use uv to publish package
Code Quality Pipeline / code-quality (push) Successful in 38s
Test Python Package / test (push) Successful in 19s
Publish Python Package / build-and-publish (push) Successful in 18s
Dependency Update Bot / update-check (push) Failing after 12s
Security Audit / safety (push) Successful in 27s
Code Quality Pipeline / code-quality (push) Successful in 38s
Test Python Package / test (push) Successful in 19s
Publish Python Package / build-and-publish (push) Successful in 18s
Dependency Update Bot / update-check (push) Failing after 12s
Security Audit / safety (push) Successful in 27s
This commit is contained in:
@@ -36,9 +36,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish to Gitea Package Registry
|
- name: Publish to Gitea Package Registry
|
||||||
env:
|
env:
|
||||||
TWINE_USERNAME: __token__
|
UV_PUBLISH_TOKEN: ${{ secrets.CI_RUNNER_TOKEN }}
|
||||||
TWINE_PASSWORD: ${{ secrets.CI_RUNNER_TOKEN }}
|
UV_PUBLISH_URL: ${{ vars.REPOSITORY_URL }}
|
||||||
TWINE_REPOSITORY_URL: ${{ vars.REPOSITORY_URL }}
|
|
||||||
run: |
|
run: |
|
||||||
uv pip install twine --system
|
uv publish
|
||||||
twine upload dist/*
|
|
||||||
|
|||||||
Reference in New Issue
Block a user