Skip to content

Commit

Permalink
Revert sem ver regex to 'v[0-9]+.[0-9]+.[0-9]+'
Browse files Browse the repository at this point in the history
  • Loading branch information
MFSY authored Dec 16, 2022
1 parent 0b82d7e commit 9e62fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish sdist tarball to PyPi
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
build-n-publish:
Expand Down

0 comments on commit 9e62fb4

Please sign in to comment.