Skip to content

Commit

Permalink
Update pypi_publish.yml for branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz authored Dec 31, 2024
1 parent ea9885a commit d6db6a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
release:
types: [released]
pull_request:
branches: [ "master" ]
branches: [ "main" ]

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

0 comments on commit d6db6a4

Please sign in to comment.