Skip to content

Commit 19d120b

Browse files
authored
Merge pull request #822 from tdewolff/dependabot/github_actions/softprops/action-gh-release-2.3.2
Bump softprops/action-gh-release from 2.2.1 to 2.3.2
2 parents 44f5405 + 3382107 commit 19d120b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
mkdir dist
153153
mv artifacts/*/* dist/
154154
- name: Upload to GitHub Release
155-
uses: softprops/action-gh-release@v2.2.1
155+
uses: softprops/action-gh-release@v2.3.2
156156
with:
157157
files: bindings/py/dist/*
158158
- name: Publish to PyPI

0 commit comments

Comments
 (0)