publish in ci
This commit is contained in:
parent
4404365d30
commit
ef3a918c1b
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build-multiarch.yml
vendored
6
.github/workflows/build-multiarch.yml
vendored
|
|
@ -258,3 +258,9 @@ jobs:
|
||||||
dist/*.tar.gz
|
dist/*.tar.gz
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Publish to PyPI
|
||||||
|
run: |
|
||||||
|
uv publish
|
||||||
|
env:
|
||||||
|
UV_PUBLISH_TOKEN: ${{ secrets.UV_PUBLISH_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue