Skip to content

bump: version 4.11.0 → 4.11.1 #82

bump: version 4.11.0 → 4.11.1

bump: version 4.11.0 → 4.11.1 #82

Workflow file for this run

name: Upload Python Package
on:
push:
tags:
- "v*"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
fetch-depth: 0
- name: Set up Python
uses: astral-sh/setup-uv@v7
- name: Build
run: uv build
- name: Publish
run: uv publish