File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@86823142467dd2afcd1bbac57d3a664cf468eb3b # v2.1 .0
11+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3 .0
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@86823142467dd2afcd1bbac57d3a664cf468eb3b # v2.1 .0
20+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3 .0
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@86823142467dd2afcd1bbac57d3a664cf468eb3b # v2.1 .0
27+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3 .0
2828 with :
2929 envs : |
3030 - macos: py310-numpy121-xdist
You can’t perform that action at this time.
0 commit comments