Skip to content

Update dependencies to prep for release (#529) #289

Update dependencies to prep for release (#529)

Update dependencies to prep for release (#529) #289

# This workflow will generate a distribution and upload it to PyPI
name: Publish Alpha Build
on:
push:
branches:
- dev
paths-ignore:
- 'neon_core/version.py'
- 'CHANGELOG.md'
jobs:
publish_alpha_release:
uses: neongeckocom/.github/.github/workflows/publish_alpha_release.yml@master
secrets: inherit
with:
version_scheme: "dated"
version_file: "neon_core/version.py"
setup_py: "setup.py"
publish_pypi: false
publish_prerelease: true
update_changelog: false
# Changelog automation fails with this large repo
build_and_publish_docker:
needs: publish_alpha_release
uses: neongeckocom/.github/.github/workflows/publish_docker.yml@master
secrets: inherit
with:
image_name: ${{ github.repository_owner }}/neon_skills
base_tag: base
extra_tag: default_skills