We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0e563 commit 05253a6Copy full SHA for 05253a6
.github/workflows/release.yml
@@ -13,12 +13,14 @@ permissions:
13
contents: write
14
15
jobs:
16
- pypi:
17
- - uses: actions/checkout@v3
+ release:
+ runs-on: ubuntu-latest
18
+ steps:
19
+ - uses: actions/checkout@v3
20
- - name: sign
- uses: ./
21
- id: sigstore-python
22
- with:
23
- inputs: action.yml action.py
24
- upload-signing-artifacts: true
+ - name: sign
+ uses: ./
+ id: sigstore-python
+ with:
25
+ inputs: action.yml action.py
26
+ upload-signing-artifacts: true
0 commit comments