Skip to content

Commit d85b448

Browse files
committed
fix: adjust signing setup to v3 action
1 parent e358005 commit d85b448

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
- name: Sign distribution packages
6060
uses: sigstore/gh-action-sigstore-python@v3.0.1
6161
with:
62-
inputs: |
63-
./dist/*.tar.gz
64-
./dist/*.whl
62+
inputs: ./dist/*.tar.gz ./dist/*.whl
63+
upload-signing-artifacts: true
64+
release-signing-artifacts: false
6565

6666
- name: Create GitHub release
6767
env:

0 commit comments

Comments
 (0)