Skip to content

Commit

Permalink
build: Updated the workflow to trigger release on tags (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jawayria authored Sep 20, 2021
1 parent af0686d commit 253fe9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Publish package to PyPi

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

jobs:

Expand Down

0 comments on commit 253fe9b

Please sign in to comment.