Skip to content

fix: use relative dir name for git pathspec in _get_git_commit_order … #3

fix: use relative dir name for git pathspec in _get_git_commit_order …

fix: use relative dir name for git pathspec in _get_git_commit_order … #3

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
jobs:
publish:
runs-on: ubuntu-latest
environment: pypi
permissions:
id-token: write
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
- run: uv build
- uses: pypa/gh-action-pypi-publish@release/v1