Skip to content

Commit

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

Bump softprops/action-gh-release from 2.0.8 to 2.1.0
  • Loading branch information
tdewolff authored Nov 24, 2024
2 parents d742c37 + c9947fe commit f21969c
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.0.8
uses: softprops/action-gh-release@v2.1.0
with:
files: bindings/py/dist/*
- name: Publish to PyPI
Expand Down

0 comments on commit f21969c

Please sign in to comment.