File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ concurrency:
2121
2222jobs :
2323 test :
24- uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v2
24+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v3
25+ permissions :
26+ id-token : write
2527 with :
2628 libraries : |
2729 apt:
@@ -48,12 +50,12 @@ jobs:
4850 - linux: py310-test-mpl35
4951 - macos: py310-test-mpl35
5052 - windows: py310-test-mpl35
51- coverage : ' codecov'
53+ coverage : ' codecov-oidc '
5254
5355 publish :
5456 if : github.event_name != 'pull_request'
5557 needs : [test]
56- uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v2
58+ uses : OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v3
5759 with :
5860 test_command : pytest $GITHUB_WORKSPACE/tests; pytest --mpl $GITHUB_WORKSPACE/tests
5961 secrets :
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v7
2020 with :
2121 ref : main
2222 persist-credentials : true
2929 path-to-changelog : CHANGES.md
3030
3131 - name : Commit updated CHANGELOG
32- uses : stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v4
32+ uses : stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v4
3333 with :
3434 branch : main
3535 commit_message : Update CHANGELOG
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ passenv =
1414 WINDIR
1515 MPL_UPDATE_*
1616setenv =
17+ COVERAGE_FILE = {toxinidir}/.coverage
1718 MPLBACKEND = Agg
1819 mpldev: PIP_EXTRA_INDEX_URL = https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
1920changedir = .tmp/{envname}
You can’t perform that action at this time.
0 commit comments