Skip to content

Commit

Permalink
Updated pypi.yml workflow to detect v-prefixed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kdipippo committed Jul 28, 2021
1 parent d40036b commit 2673c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Python package
on:
push:
tags:
- '*.*.*'
- 'v*.*.*'
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2673c93

Please sign in to comment.