chore: bump the ai-dial-ci group with 3 updates (#104) #82
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Release Workflow | |
| on: | |
| push: | |
| branches: [development, release-*] | |
| workflow_dispatch: | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| release: | |
| uses: epam/ai-dial-ci/.github/workflows/python_package_release.yml@4.4.0 | |
| with: | |
| promote: true # HACK: skip RC phase, project does not require stabilization period before releasing stable versions | |
| python-version: "3.10" | |
| poetry-version: "2.3.2" | |
| code-checks-python-versions: '["3.10", "3.11", "3.12", "3.13"]' | |
| secrets: inherit |