Skip to content

Update intent tests to include utterance in failure logs (#27) #19

Update intent tests to include utterance in failure logs (#27)

Update intent tests to include utterance in failure logs (#27) #19

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