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