Skip to content

Commit

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

Bump softprops/action-gh-release from 0.1.15 to 2.0.3
  • Loading branch information
tdewolff committed Mar 12, 2024
2 parents 1a59a15 + b12e2fc commit 5f516b2
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 @@ -247,7 +247,7 @@ jobs:
mkdir dist
mv artifacts/*/* dist/
- name: Upload to GitHub Release
uses: softprops/action-gh-release@v0.1.15
uses: softprops/action-gh-release@v2.0.3
with:
files: bindings/py/dist/*
- name: Publish to PyPI
Expand Down

0 comments on commit 5f516b2

Please sign in to comment.