Fix Github publish workflow
This commit is contained in:
7
.github/workflows/pypi-publish.yaml
vendored
7
.github/workflows/pypi-publish.yaml
vendored
@@ -15,8 +15,11 @@ on:
|
||||
tags:
|
||||
- 'v*' # Push events to every version tag
|
||||
|
||||
env:
|
||||
UV_PUBLISH_TOKEN: '${{ secrets.PYPI_API_TOKEN }}'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -38,5 +41,3 @@ jobs:
|
||||
|
||||
- name: Publish package
|
||||
run: uv publish
|
||||
with:
|
||||
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user