Skip to content

Commit

Permalink
Add alpha release automation
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 21, 2023
1 parent a37250d commit d56955e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/publish_test_build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This workflow will generate a distribution and upload it to PyPI

name: Publish Alpha Build
on:
push:
branches:
- dev
paths-ignore:
- 'version.py'

jobs:
publish_alpha_release:
uses: neongeckocom/.github/.github/workflows/publish_alpha_release.yml@master
secrets: inherit
with:
update_changelog: true
publish_prerelease: true

0 comments on commit d56955e

Please sign in to comment.