From 73172a287aab9fe940d85697dd5d1a5e7b686639 Mon Sep 17 00:00:00 2001 From: ashsolei Date: Fri, 10 Apr 2026 13:30:06 +0200 Subject: [PATCH] ci: add release-python workflow caller --- .github/workflows/release.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 000000000..d0d8bf21e --- /dev/null +++ b/.github/workflows/release.yml @@ -0,0 +1,18 @@ +name: Release + +on: + push: + branches: [main] + workflow_dispatch: + +permissions: + contents: write + id-token: write + attestations: write + +jobs: + release: + uses: Ai-road-4-You/enterprise-ci-cd/.github/workflows/release-python.yml@main + with: + publish-pypi: false + secrets: inherit