Skip to content

Commit

Permalink
manual!
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky authored Oct 1, 2024
1 parent 54151a2 commit 36c6ac6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@
name: Upload Python Package

on:
workflow_dispatch: # Allows the workflow to be run manually from GitHub
release:
types: [published]
types: [published, manual]
push:
tags:
- 'v*' # Triggers when a version tag is pushed (e.g., v1.0.0)


permissions:
contents: read
Expand Down

0 comments on commit 36c6ac6

Please sign in to comment.