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 d911764 commit d1848a5Copy full SHA for d1848a5
.github/workflows/release.yml
@@ -55,9 +55,9 @@ jobs:
55
name: python-package-distributions
56
path: dist/
57
- name: Publish to PyPi
58
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@release/v1
59
- name: Sign published artifacts
60
- uses: sigstore/gh-action-sigstore-python@v3
+ uses: sigstore/gh-action-sigstore-python@v3.0.0
61
with:
62
inputs: ./dist/*.tar.gz ./dist/*.whl
63
release-signing-artifacts: true
0 commit comments