Skip to content

Bump version to 0.1.13 #7

Bump version to 0.1.13

Bump version to 0.1.13 #7

Workflow file for this run

name: Publish to PyPI
on:
push:
tags:
- 'v*' # Trigger on version tags
jobs:
uv-example:
name: python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
version: "0.5.8"
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version-file: "pyproject.toml"
- name Build
run: uv build

Check failure on line 27 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 27
- name: Publish to PyPI
run: uv publish --token ${{ secrets.PYPI_TOKEN }}