Skip to content

Commit

Permalink
run pypi distribution on tags not just releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanwm authored Sep 25, 2024
1 parent 26c316f commit 611bb56
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pypi-distribution.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Publish to PyPi

on:
release:
types: [published]
push:
tags:
- '*'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 611bb56

Please sign in to comment.