Skip to content

Commit 49f840f

Browse files
added --overwrite
1 parent 0b5ee0f commit 49f840f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
inputs: dist/scsctl-0.0.1-py3-none-any.whl
4040
- name: Sign with sigstore using GitHub App credentials
4141
run: |
42-
sigstore sign dist/scsctl-0.0.1-py3-none-any.whl
42+
sigstore sign --overwrite dist/scsctl-0.0.1-py3-none-any.whl
4343
4444
- name: Publish distribution 📦 to Test PyPI
4545
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)