Skip to content

Commit cf939f5

Browse files
committed
Update publish workflow
1 parent d41ee1a commit cf939f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# wheels" label, wheels are built, but are not uploaded to PyPI.
2222
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@v1
2323

24-
if: (github.repository == 'larrybradley/photutils' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'Build all wheels')))
24+
if: (github.repository == 'astropy/photutils' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'Build all wheels')))
2525
with:
2626
test_extras: test
2727
test_command: pytest -p no:warnings --pyargs photutils

0 commit comments

Comments
 (0)