File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : ' 4875149 '
2+ _commit : 1ea7b27
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : python
Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
37+ with :
38+ persist-credentials : false
3739
38- - uses : actions-ext/python/setup@main
40+ - uses : actions-ext/python/setup@4567028b4cf2be3739404cfd3521f0b9df98b6b1
3941 with :
4042 version : ${{ matrix.python-version }}
4143
@@ -74,11 +76,11 @@ jobs:
7476 - name : Make dist
7577 run : make dist
7678
77- - uses : actions-ext/python/test-wheel@main
79+ - uses : actions-ext/python/test-wheel@4567028b4cf2be3739404cfd3521f0b9df98b6b1
7880 with :
7981 module : python_template
8082
81- - uses : actions-ext/python/test-sdist@main
83+ - uses : actions-ext/python/test-sdist@4567028b4cf2be3739404cfd3521f0b9df98b6b1
8284 with :
8385 module : python_template
8486
Original file line number Diff line number Diff line change 1212 pull-requests : write
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions-ext/copier-update@main
15+ - uses : actions-ext/copier-update@378500315a83b5985e175139a55f1fa5ea6dde09
1616 with :
1717 token : ${{ secrets.WORKFLOW_TOKEN }}
Original file line number Diff line number Diff line change 1717 if : ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
1818 steps :
1919 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20- - uses : actions-ext/python/setup@main
20+ with :
21+ persist-credentials : false
22+ - uses : actions-ext/python/setup@4567028b4cf2be3739404cfd3521f0b9df98b6b1
2123
2224 - name : Download dist from build
2325 uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
24+ with :
25+ persist-credentials : false
2426 - run : cp README.md docs/wiki/Home.md
2527 - uses : Andrew-Chen-Wang/github-wiki-action@1bbb4280446f9630e8e21a18012cbacf3b0f992e # v5.0.6
2628 with :
You can’t perform that action at this time.
0 commit comments