We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff51c36 commit 6bb403bCopy full SHA for 6bb403b
1 file changed
.github/workflows/publish.yaml
@@ -2,7 +2,7 @@ name: Publish to PyPI
2
3
on:
4
push:
5
- branches: [pypi]
+ branches: [main, pypi]
6
tags:
7
- "v*.*.*"
8
0 commit comments