Skip to content

Update PyPI shared action to troubleshoot GHA failure (#79) #28

Update PyPI shared action to troubleshoot GHA failure (#79)

Update PyPI shared action to troubleshoot GHA failure (#79) #28

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