File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
1212
1313jobs :
1414 build :
15- uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@d83bb11581e517f1e786ae76f146781fdd21cd2f # v2.0 .0
15+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml@86823142467dd2afcd1bbac57d3a664cf468eb3b # v2.1 .0
1616 with :
1717 upload_to_pypi : ${{ (github.event_name == 'release') && (github.event.action == 'released') }}
1818 targets : |
Original file line number Diff line number Diff line change 4141 python-version : ' 3.12'
4242 - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
4343 check :
44- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d83bb11581e517f1e786ae76f146781fdd21cd2f # v2.0 .0
44+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@86823142467dd2afcd1bbac57d3a664cf468eb3b # v2.1 .0
4545 with :
4646 default_python : " 3.12"
4747 envs : |
5757 outputs :
5858 context : ${{ steps.context.outputs.context }}
5959 test :
60- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d83bb11581e517f1e786ae76f146781fdd21cd2f # v2.0 .0
60+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@86823142467dd2afcd1bbac57d3a664cf468eb3b # v2.1 .0
6161 needs : [ crds_context ]
6262 with :
6363 setenv : |
Original file line number Diff line number Diff line change 3434 context : ${{ steps.context.outputs.context }}
3535 test :
3636 if : (github.repository == 'spacetelescope/jwst' && (github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'run scheduled tests')))
37- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d83bb11581e517f1e786ae76f146781fdd21cd2f # v2.0 .0
37+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@86823142467dd2afcd1bbac57d3a664cf468eb3b # v2.1 .0
3838 needs : [ crds_context ]
3939 with :
4040 setenv : |
Original file line number Diff line number Diff line change 4343 context : ${{ steps.context.outputs.context }}
4444 test :
4545 if : (github.repository == 'spacetelescope/jwst' && (github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'run devdeps tests')))
46- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d83bb11581e517f1e786ae76f146781fdd21cd2f # v2.0 .0
46+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@86823142467dd2afcd1bbac57d3a664cf468eb3b # v2.1 .0
4747 needs : [ crds_context ]
4848 with :
4949 setenv : |
You can’t perform that action at this time.
0 commit comments