Skip to content

Commit 9a816e7

Browse files
committed
update
1 parent 4164b92 commit 9a816e7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/create_release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,17 @@ jobs:
105105
# For more information about environments and required approvals, see "Using environments for deployment." F
106106
# We can use a separate requirement for deploay
107107

108+
release:
109+
name: Create Release
110+
runs-on: ubuntu-latest
111+
needs: [prepare-release]
112+
if: always() && (needs.prepare-release.result == 'success')
113+
114+
permissions:
115+
contents: write # IMPORTANT: mandatory for making GitHub Releases
116+
id-token: write # IMPORTANT: mandatory for sigstore
117+
118+
steps:
108119
- name: Upload artifact signatures to GitHub Release
109120
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes # TODO check exact variants
110121
env:

0 commit comments

Comments
 (0)