Skip to content

Commit ea92533

Browse files
committed
pin release action to fix 2.4 metadata support
1 parent ebfea4c commit ea92533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
files: dist/*
4141
- name: Publish package to PyPI
4242
if: startsWith(github.ref, 'refs/tags')
43-
uses: pypa/gh-action-pypi-publish@release/v1
43+
uses: pypa/gh-action-pypi-publish@cbd6d01d855e02aab0908c7709d5c0ddc88c617a
4444
with:
4545
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)