Skip to content

Restore the hatchling <1.32 cap #8

Restore the hatchling <1.32 cap

Restore the hatchling <1.32 cap #8

Workflow file for this run

name: release
on:
push:
tags: ["v*"]
jobs:
build:
name: build & inspect
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: hynek/build-and-inspect-python-package@v2
publish:
name: publish to PyPI
needs: build
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/sysml2kit
permissions:
id-token: write # trusted publishing
steps:
- uses: actions/download-artifact@v4
with:
name: Packages
path: dist
- uses: pypa/gh-action-pypi-publish@release/v1