Skip to content

Fix: get event loop instead of create #3

Fix: get event loop instead of create

Fix: get event loop instead of create #3

Workflow file for this run

name: Release
on:
push:
tags:
# Publish on any tag starting with a `v`, e.g. v1.2.3
- '*'
jobs:
pypi:
name: Publish to PyPI
runs-on: ubuntu-latest
# Environment and permissions trusted publishing.
environment:
# Create this environment in the GitHub repository under Settings -> Environments
name: release
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- run: uv build
- run: uv publish --trusted-publishing always