Skip to content

Commit

Permalink
changed publish action to be more specific with versions
Browse files Browse the repository at this point in the history
  • Loading branch information
WhaleJ84 committed Jun 30, 2024
1 parent e84637e commit dc59de5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
name: Upload Python Package

on:
release:
types: [created]
push:
tags:
- 'v[0.9]+.[0-9]+.[0-9]+'

jobs:
deploy:
Expand Down

0 comments on commit dc59de5

Please sign in to comment.