Skip to content

Commit 8307a45

Browse files
Update softprops/action-gh-release action to v3
1 parent 0b087cd commit 8307a45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Publish package distributions to PyPI
101101
uses: pypa/gh-action-pypi-publish@release/v1
102102
- name: Release on GitHub
103-
uses: softprops/action-gh-release@v2
103+
uses: softprops/action-gh-release@v3
104104
with:
105105
files: dist/*
106106
tag_name: v${{ steps.extract_version.outputs.version }}

0 commit comments

Comments
 (0)