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 7b9124d commit 1b2d2ebCopy full SHA for 1b2d2eb
publish-to-github/action.yml
@@ -31,7 +31,7 @@ runs:
31
name: python-package-distributions
32
path: dist/
33
- name: Sign the dists with Sigstore
34
- uses: sigstore/gh-action-sigstore-python@v1
+ uses: sigstore/gh-action-sigstore-python@v1.11
35
with:
36
inputs: >-
37
./dist/*.tar.gz
publish-to-pypi/action.yml
@@ -38,7 +38,7 @@ runs:
38
39
40
- name: Publish distribution 📦 to PyPI
41
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@release/v1.11
42
43
#repository-url: https://upload.pypi.org/legacy/
44
repository-url: ${{ inputs.url }}
0 commit comments