Skip to content

Commit

Permalink
Update GHA to publish pre-releases (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
NeonDaniel and NeonDaniel authored Dec 8, 2023
1 parent 060126e commit 2dc9127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ on:
- 'neon_minerva/version.py'

jobs:
build_and_publish_pypi:
publish_alpha_release:
uses: neongeckocom/.github/.github/workflows/publish_alpha_release.yml@master
secrets: inherit
with:
version_file: "neon_minerva/version.py"
setup_py: "setup.py"
publish_prerelease: true

0 comments on commit 2dc9127

Please sign in to comment.