Skip to content

Commit 40c727d

Browse files
committed
ci: update sigstore/gh-action-sigstore-python
Note: v4 will be released soon
1 parent dd3930d commit 40c727d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,8 @@ jobs:
8383
uses: actions/setup-python@v5
8484
with:
8585
python-version: "3.x"
86-
- name: Upgrade Pip
87-
run: python -m pip install --upgrade pip
88-
- name: Install Poetry
89-
run: python -m pip install build
86+
- name: Install build tooling
87+
run: python -m pip install --upgrade pip build
9088
- name: Build a binary wheel and a source tarball
9189
run: python3 -m build
9290
- name: Store the distribution packages
@@ -135,11 +133,12 @@ jobs:
135133
name: python-package-distributions
136134
path: dist/
137135
- name: Sign the dists with Sigstore
138-
uses: sigstore/gh-action-sigstore-python@v2.1.1
136+
uses: sigstore/gh-action-sigstore-python@v3.0.0
139137
with:
140138
inputs: >-
141139
./dist/*.tar.gz
142140
./dist/*.whl
141+
upload-signing-artifacts: 'false'
143142
- name: Create GitHub Release
144143
env:
145144
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)