Skip to content

Added support for async consumers in LLM MQ Connector #5

Added support for async consumers in LLM MQ Connector

Added support for async consumers in LLM MQ Connector #5

# This workflow will generate a distribution and upload it to PyPI
name: Publish Alpha Build
on:
push:
branches:
- dev
paths-ignore:
- 'version.py'
jobs:
publish_alpha_release:
uses: neongeckocom/.github/.github/workflows/publish_alpha_release.yml@master
secrets: inherit
with:
update_changelog: true
publish_prerelease: true