Skip to content

hack: try fix

hack: try fix #9

Workflow file for this run

name: Release

Check failure on line 1 in .github/workflows/publish.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yaml

Invalid workflow file

(Line: 16, Col: 7): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
on:
release:
types: [released]
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v5
- uses: astral-sh/setup-uv@v7
- name: Build
- run: uv venv && uv sync --group build && uv build
- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1