Skip to content

Commit 30bbaa2

Browse files
committed
fix owner for publishing from github action
1 parent 83c8708 commit 30bbaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build-n-publish:
1111
name: Build and publish Python distributions to PyPI
12-
if: ${{ github.repository_owner == 'python-wheel-build' }}
12+
if: ${{ github.repository_owner == 'sphinx-contrib' }}
1313

1414
runs-on: ubuntu-latest
1515
environment: release

0 commit comments

Comments
 (0)