File tree Expand file tree Collapse file tree 2 files changed +23
-23
lines changed
Expand file tree Collapse file tree 2 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : v0.1.4
2+ _commit : v0.2.0
33_src_path : .
44copyright_holder : Stephen Kent
55copyright_holder_email : smkent@smkent.net
Original file line number Diff line number Diff line change 3030 name : dist
3131 path : dist/
3232
33- publish :
34- name : Publish to PyPI
35- needs : build
36- runs-on : ubuntu-latest
37- environment :
38- name : pypi
39- url : https://pypi.org/project/copier-python/
40- permissions :
41- id-token : write
42- attestations : write
43- steps :
44- - name : 🔽 Download artifact
45- uses : actions/download-artifact@v8
46- with :
47- name : dist
48- path : dist/
49-
50- - name : ☢️ Publish to PyPI
51- uses : pypa/gh-action-pypi-publish@release/v1
52- with :
53- attestations : true
54-
5533 release :
5634 name : Create GitHub release
5735 needs : build
7452 run : gh release create ${{ github.ref_name }} dist/* --generate-notes
7553 env :
7654 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
55+
56+ publish :
57+ name : Publish to PyPI
58+ needs : build
59+ runs-on : ubuntu-latest
60+ environment :
61+ name : pypi
62+ url : https://pypi.org/project/copier-python/
63+ permissions :
64+ id-token : write
65+ attestations : write
66+ steps :
67+ - name : 🔽 Download artifact
68+ uses : actions/download-artifact@v8
69+ with :
70+ name : dist
71+ path : dist/
72+
73+ - name : ☢️ Publish to PyPI
74+ uses : pypa/gh-action-pypi-publish@release/v1
75+ with :
76+ attestations : true
You can’t perform that action at this time.
0 commit comments