Skip to content

Commit 54f007f

Browse files
authored
Format Python code with Ruff push (#267)
There appear to be some python formatting errors in 9e71fbe. This pull request uses the Ruff formatter to fix some of these issues.
2 parents 134679f + f9cb287 commit 54f007f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
133133
- name: Create Release
134134
id: create_release
135-
uses: softprops/action-gh-release@v2
135+
uses: softprops/action-gh-release@v3
136136
env:
137137
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
138138
with:

0 commit comments

Comments
 (0)