Skip to content

Commit

Permalink
CI: Allow publish-pypi.yml to be activated on manual triggers
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Feb 14, 2024
1 parent b2a043d commit d04e97d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
name: Publish PyPI

on:
workflow_dispatch:
push:
# Sequence of patterns matched against refs/tags
tags:
Expand Down

0 comments on commit d04e97d

Please sign in to comment.