Skip to content

Commit

Permalink
update .github/deploy to enable beta release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
krohling committed Dec 14, 2023
1 parent 3446e03 commit 8732f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to PyPI and DockerHub
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+[a-zA-Z0-9]*'

jobs:
deploy:
Expand Down

0 comments on commit 8732f71

Please sign in to comment.