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 : c2ea129
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : false
55add_extension : python
Original file line number Diff line number Diff line change 3333 python-version : ["3.11"]
3434
3535 steps :
36- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
36+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
37+ with :
38+ persist-credentials : false
3739
38- - uses : actions-ext/python/setup@main
40+ - uses : actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446
3941 with :
4042 version : ${{ matrix.python-version }}
4143
5557 run : make coverage
5658
5759 - name : Upload test results (Python)
58- uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
60+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5961 with :
6062 name : test-results-${{ matrix.os }}-${{ matrix.python-version }}
6163 path : junit.xml
@@ -74,15 +76,15 @@ 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@6e1b91a408ea89f49bc8aff8724f83826f7b5446
7880 with :
7981 module : p2a
8082
81- - uses : actions-ext/python/test-sdist@main
83+ - uses : actions-ext/python/test-sdist@6e1b91a408ea89f49bc8aff8724f83826f7b5446
8284 with :
8385 module : p2a
8486
85- - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
87+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8688 with :
8789 name : dist-${{matrix.os}}
8890 path : dist
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 }}
You can’t perform that action at this time.
0 commit comments