mirror of
https://github.com/docling-project/docling-parse.git
synced 2026-05-17 13:10:49 +00:00
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> Signed-off-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com>
19 lines
396 B
YAML
19 lines
396 B
YAML
name: "Build and publish package"
|
|
|
|
on:
|
|
release:
|
|
types: [published]
|
|
|
|
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
|