Skip to content

Commit 1b2d2eb

Browse files
committed
Try to fix issues related to v1.12 in pypa actions.
pypa/gh-action-pypi-publish#300
1 parent 7b9124d commit 1b2d2eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

publish-to-github/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
name: python-package-distributions
3232
path: dist/
3333
- name: Sign the dists with Sigstore
34-
uses: sigstore/gh-action-sigstore-python@v1
34+
uses: sigstore/gh-action-sigstore-python@v1.11
3535
with:
3636
inputs: >-
3737
./dist/*.tar.gz

publish-to-pypi/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
name: python-package-distributions
3939
path: dist/
4040
- name: Publish distribution 📦 to PyPI
41-
uses: pypa/gh-action-pypi-publish@release/v1
41+
uses: pypa/gh-action-pypi-publish@release/v1.11
4242
with:
4343
#repository-url: https://upload.pypi.org/legacy/
4444
repository-url: ${{ inputs.url }}

0 commit comments

Comments
 (0)