File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3.0
11+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@9f1fedda61294df4c004c05519a3fbf3b8e1f32f # v2.3.1
1212 with :
1313 upload_to_pypi : ${{ (github.event_name == 'release') && (github.event.action == 'released') }}
1414 secrets :
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ concurrency:
1717
1818jobs :
1919 check :
20- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3.0
20+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1fedda61294df4c004c05519a3fbf3b8e1f32f # v2.3.1
2121 with :
2222 envs : |
2323 - linux: check-style
2424 - linux: check-security
2525 - linux: check-build
2626 test :
27- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3.0
27+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@9f1fedda61294df4c004c05519a3fbf3b8e1f32f # v2.3.1
2828 with :
2929 envs : |
3030 - macos: py310-numpy121-xdist
You can’t perform that action at this time.
0 commit comments