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 : 392c67f
2+ _commit : dbcb02b
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : true
55add_extension : rust
Original file line number Diff line number Diff line change 7676 token : ${{ secrets.CODECOV_TOKEN }}
7777
7878 - name : Set up QEMU
79- uses : docker/setup-qemu-action@v4
79+ uses : docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
8080 with :
8181 platforms : all
8282 if : runner.os == 'Linux' && runner.arch == 'X64'
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2424 - run : cp README.md docs/wiki/Home.md
25- - uses : Andrew-Chen-Wang/github-wiki-action@64efa0a9436db17670a2259e0ac249d6f08bb352 # v5
25+ - uses : Andrew-Chen-Wang/github-wiki-action@4e78882ff52f8751488e506e49b221145506ee34 # v5.0.5
2626 with :
2727 path : docs/wiki
Original file line number Diff line number Diff line change @@ -125,9 +125,9 @@ fail_under = 50
125125
126126[tool .hatch .build ]
127127artifacts = [
128- " project /*.dll" ,
129- " project /*.dylib" ,
130- " project /*.so" ,
128+ " python_template_rust /*.dll" ,
129+ " python_template_rust /*.dylib" ,
130+ " python_template_rust /*.so" ,
131131]
132132
133133[tool .hatch .build .sources ]
You can’t perform that action at this time.
0 commit comments