Skip to content

Commit d6db6a4

Browse files
authored
Update pypi_publish.yml for branch main
1 parent ea9885a commit d6db6a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
release:
55
types: [released]
66
pull_request:
7-
branches: [ "master" ]
7+
branches: [ "main" ]
88

99
jobs:
1010
build-n-publish:
@@ -39,4 +39,4 @@ jobs:
3939
if: startsWith(github.ref, 'refs/tags')
4040
uses: pypa/gh-action-pypi-publish@release/v1
4141
with:
42-
password: ${{ secrets.PYPI_TOKEN }}
42+
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)