Skip to content

YAML round-trip (#28) #1

YAML round-trip (#28)

YAML round-trip (#28) #1

Workflow file for this run

name: Release
on:
push:
branches:
- release/**
tags:
- v*
env:
PIP_CACHE_DIR: .cache/pip
HATCH_CACHE_DIR: .cache/hatch
UV_CACHE_DIR: .cache/uv
HATCH_INDEX_USER: __token__
HATCH_INDEX_REPO: main
HATCH_INDEX_AUTH: ${{ secrets.PYPI_TOKEN }}
jobs:
test-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
cache: pip
- run: pip install hatch
- run: hatch version
- run: hatch build
- run: ls -lhtr dist
- run: hatch publish