Skip to content

Commit b09a112

Browse files
authored
Merge pull request #30 from smkent/update
Update template pin to 0.2.0
2 parents 2ff759a + fcbbd30 commit b09a112

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.1.4
2+
_commit: v0.2.0
33
_src_path: .
44
copyright_holder: Stephen Kent
55
copyright_holder_email: smkent@smkent.net

.github/workflows/release.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -30,28 +30,6 @@ jobs:
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
@@ -74,3 +52,25 @@ jobs:
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

0 commit comments

Comments
 (0)