Skip to content

Commit

Permalink
Manual trigger for releasing to pypi (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsitsi authored Dec 11, 2024
1 parent 814f3f7 commit dfce307
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
name: Release
on:
release:
types: [ 'published' ]
workflow_dispatch:
inputs:
tag:
description: 'The tag version to release (e.g., v1.0.0)'
required: true
default: 'v0.1.0alpha'
environment:
description: 'PyPI environment to release to (test or production)'
required: true
default: 'test'

jobs:
pypi-publish:
Expand Down

0 comments on commit dfce307

Please sign in to comment.