Skip to content

Add backwards-compat import to neon_fallback_skill module (#519) #270

Add backwards-compat import to neon_fallback_skill module (#519)

Add backwards-compat import to neon_fallback_skill module (#519) #270

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