Skip to content

Commit d1848a5

Browse files
committed
Fix release action versions
1 parent d911764 commit d1848a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
name: python-package-distributions
5656
path: dist/
5757
- name: Publish to PyPi
58-
uses: pypa/gh-action-pypi-publish@v1
58+
uses: pypa/gh-action-pypi-publish@release/v1
5959
- name: Sign published artifacts
60-
uses: sigstore/gh-action-sigstore-python@v3
60+
uses: sigstore/gh-action-sigstore-python@v3.0.0
6161
with:
6262
inputs: ./dist/*.tar.gz ./dist/*.whl
6363
release-signing-artifacts: true

0 commit comments

Comments
 (0)