File tree Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Expand file tree Collapse file tree 5 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 11{
2- "_commit" : " 4f973550456b326aa3547fee2ae81286659f51b0 " ,
2+ "_commit" : " e43ac97858d8d40be0104a7a313ed12bcf9e1ab7 " ,
33 "_template" : " C:\\ Users\\ 56kyl\\ source\\ repos\\ cookiecutter-robust-python" ,
44 "add_rust_extension" : false ,
55 "author" : " Kyle Oliver" ,
Original file line number Diff line number Diff line change 11{
22 "template" : " C:\\ Users\\ 56kyl\\ source\\ repos\\ cookiecutter-robust-python" ,
3- "commit" : " 4f973550456b326aa3547fee2ae81286659f51b0 " ,
3+ "commit" : " e43ac97858d8d40be0104a7a313ed12bcf9e1ab7 " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
1818 "license" : " MIT" ,
1919 "development_status" : " Development Status :: 1 - Planning" ,
2020 "_template" : " C:\\ Users\\ 56kyl\\ source\\ repos\\ cookiecutter-robust-python" ,
21- "_commit" : " 4f973550456b326aa3547fee2ae81286659f51b0 "
21+ "_commit" : " e43ac97858d8d40be0104a7a313ed12bcf9e1ab7 "
2222 }
2323 },
2424 "directory" : null
Original file line number Diff line number Diff line change 4343 steps :
4444 - name : Checkout code
4545 uses : actions/checkout@v4
46- with :
47- ref : ${{ github.event_name == 'push' && github.ref || github.event.inputs.tag }}
4846
4947 - name : Set up uv
5048 uses : astral-sh/setup-uv@v6
6058 - name : Upload built package artifacts
6159 uses : actions/upload-artifact@v4
6260 with :
63- name : distribution-packages
61+ name : distribution-packages-${{ needs.get_tag.outputs.tag }}
6462 path : dist/
6563 retention-days : 7
6664
8280 needs : build_and_testpypi
8381
8482 steps :
85- - name : Download package artifacts
86- uses : actions/download-artifact@v4
87- with :
88- name : distribution-packages
89- path : dist/
83+ - name : Checkout code
84+ uses : actions/checkout@v4
9085
9186 - name : Set up Python
9287 uses : actions/setup-python@v5
9691 - name : Set up uv
9792 uses : astral-sh/setup-uv@v6
9893
94+ - name : Download package artifacts
95+ uses : actions/download-artifact@v4
96+ with :
97+ name : distribution-packages-${{ needs.build_and_testpypi.outputs.tag }}
98+ path : dist/
99+
99100 - name : Create Tag
100101 run : |
101102 git tag ${{ needs.build_and_testpypi.outputs.tag }}
Original file line number Diff line number Diff line change 1+ ## v0.3.0 (2025-07-16)
2+
13## v0.2.0 (2025-07-16)
24
35## v0.1.0 (2025-07-16)
Original file line number Diff line number Diff line change 11[project ]
22name = " robust-python-demo"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44description = " robust-python-demo"
55authors = [
66 { name = " Kyle Oliver" , email = " 56kyleoliver+cookiecutter-robust-python@gmail.com" },
You can’t perform that action at this time.
0 commit comments