Skip to content

Commit

Permalink
Merge pull request #791 from tdewolff/dependabot/github_actions/softp…
Browse files Browse the repository at this point in the history
…rops/action-gh-release-2.2.1

Bump softprops/action-gh-release from 2.1.0 to 2.2.1
  • Loading branch information
tdewolff authored Jan 20, 2025
2 parents 3d510f3 + c4554aa commit 73f2a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
mkdir dist
mv artifacts/*/* dist/
- name: Upload to GitHub Release
uses: softprops/action-gh-release@v2.1.0
uses: softprops/action-gh-release@v2.2.1
with:
files: bindings/py/dist/*
- name: Publish to PyPI
Expand Down

0 comments on commit 73f2a61

Please sign in to comment.