Skip to content

Build releases with the pinned hatchling and a publish action that accepts Metadata 2.5 #4116

Build releases with the pinned hatchling and a publish action that accepts Metadata 2.5

Build releases with the pinned hatchling and a publish action that accepts Metadata 2.5 #4116

Workflow file for this run

name: CI
on:
push:
branches: ["main", "v1.x"]
tags: ["v*.*.*"]
pull_request:
permissions:
contents: read
jobs:
checks:
uses: ./.github/workflows/shared.yml
all-green:
if: always()
needs: [checks]
runs-on: ubuntu-latest
steps:
- uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
with:
jobs: ${{ toJSON(needs) }}