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 0b5ee0f commit 49f840fCopy full SHA for 49f840f
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
inputs: dist/scsctl-0.0.1-py3-none-any.whl
40
- name: Sign with sigstore using GitHub App credentials
41
run: |
42
- sigstore sign dist/scsctl-0.0.1-py3-none-any.whl
+ sigstore sign --overwrite dist/scsctl-0.0.1-py3-none-any.whl
43
44
- name: Publish distribution 📦 to Test PyPI
45
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments