Skip to content

Remove invalid Docker automation from test build automation (#3) #2

Remove invalid Docker automation from test build automation (#3)

Remove invalid Docker automation from test build automation (#3) #2

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