Skip to content

fix: read timeout on interactive login (#195) #116

fix: read timeout on interactive login (#195)

fix: read timeout on interactive login (#195) #116

Workflow file for this run

name: Release Workflow
env:
POETRY: ${{ vars.POETRY }}
PYTHON: ${{ vars.PYTHON }}
permissions:
contents: write
packages: write
security-events: write
on:
push:
branches: [development, release-*]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release:
uses: epam/ai-dial-ci/.github/workflows/python_docker_release.yml@3.1.3
secrets: inherit
with:
python-version: "3.13"
poetry-version: "2.3.2"