Skip to content

Commit 1a8701d

Browse files
committed
Change branch name in publish action
1 parent acd8ef6 commit 1a8701d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'main'
77
tags:
88
- '*'
99

0 commit comments

Comments
 (0)