Skip to content

Build and publish package #1

Build and publish package

Build and publish package #1

Workflow file for this run

name: "Build and publish package"
on:
release:
types: [published]
concurrency:
group: release-${{ github.event.release.tag_name }}
cancel-in-progress: false
permissions:
contents: read
jobs:
build-and-publish:
uses: ./.github/workflows/wheels.yml
with:
publish: true
secrets: inherit
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
contents: write # IMPORTANT: mandatory for adding artifacts to GitHub Releases