Made cli_start_mq_bot
hang infinitely to preserve main thread (#193)
#37
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
# 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: | |
version_file: "chatbot_core/version.py" | |
publish_prerelease: true |