Skip to content

fix assignment (#74) #63

fix assignment (#74)

fix assignment (#74) #63

Workflow file for this run

# This workflow will generate a distribution and upload it to PyPI
# This will always use the current `dev` branch code
name: Publish Alpha Build ...aX
on:
push:
branches:
- dev
paths-ignore:
- 'ovos_dinkum_listener/version.py'
- 'test/**'
- 'examples/**'
- '.github/**'
- '.gitignore'
- 'CHANGELOG.md'
- 'MANIFEST.in'
- 'README.md'
workflow_dispatch:
jobs:
publish_alpha_release:
uses: neongeckocom/.github/.github/workflows/publish_alpha_release.yml@master
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
with:
version_file: "ovos_dinkum_listener/version.py"
publish_prerelease: true
update_changelog: true
alpha_var: VERSION_ALPHA
build_var: VERSION_BUILD
minor_var: VERSION_MINOR
major_var: VERSION_MAJOR