Skip to content

chore: update pyproject.toml to include src/cryptoservice in sdist #7

chore: update pyproject.toml to include src/cryptoservice in sdist

chore: update pyproject.toml to include src/cryptoservice in sdist #7

Workflow file for this run

name: Changeset Check
on:
pull_request:
branches: ["main"]
jobs:
towncrier:
if: ${{ !contains(join(github.event.pull_request.labels.*.name, ','), 'skip-changelog') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
with:
version: "latest"
- name: Validate Towncrier fragments
run: |
uvx towncrier build --draft --version 0.0.0