We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41ee1a commit cf939f5Copy full SHA for cf939f5
1 file changed
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
# wheels" label, wheels are built, but are not uploaded to PyPI.
22
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@v1
23
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')))
+ if: (github.repository == 'astropy/photutils' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'Build all wheels')))
25
with:
26
test_extras: test
27
test_command: pytest -p no:warnings --pyargs photutils
0 commit comments