Skip to content

Commit

Permalink
Only deploy to PyPI on version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kjd committed Apr 25, 2024
1 parent 5b78296 commit 429f1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -6,7 +6,7 @@ name: "Publish to PyPI"
on:
push:
tags:
- "*"
- "v[0-9]+.[0-9\.]+"

permissions:
contents: "read"
Expand Down

0 comments on commit 429f1f3

Please sign in to comment.