Skip to content

Commit

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

Bump softprops/action-gh-release from 2.0.5 to 2.0.6
  • Loading branch information
tdewolff authored Jul 2, 2024
2 parents 2669b34 + 2b25831 commit fffa3db
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.5
uses: softprops/action-gh-release@v2.0.6
with:
files: bindings/py/dist/*
- name: Publish to PyPI
Expand Down

0 comments on commit fffa3db

Please sign in to comment.