Skip to content

Commit

Permalink
fix to trigger a release for versions without the 'v' prefix (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
tropxy authored Jan 4, 2022
1 parent c5fe069 commit 5a6de24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Python 🐍 distributions 📦 to Switch PyPI
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "[0-9]+.[0-9]+.[0-9]+"

jobs:
build-n-publish:
Expand Down

0 comments on commit 5a6de24

Please sign in to comment.