Skip to content

Commit

Permalink
Update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Jul 13, 2022
1 parent d41ee1a commit cf939f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# wheels" label, wheels are built, but are not uploaded to PyPI.
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@v1

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')))
with:
test_extras: test
test_command: pytest -p no:warnings --pyargs photutils
Expand Down

0 comments on commit cf939f5

Please sign in to comment.