Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pytest-asyncio-0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Dec 16, 2024
2 parents 0ad9afd + 9b12781 commit 570ebd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
twine upload --verbose dist/*
- name: Upload release assets
uses: softprops/action-gh-release@v2.1.0
uses: softprops/action-gh-release@v2.2.0
with:
files: |
dist/*.whl
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ black = [
"black==24.10.0",
]
ruff = [
"ruff==0.8.2",
"ruff==0.8.3",
]

[project.scripts]
Expand Down
2 changes: 1 addition & 1 deletion requirements_ruff.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruff==0.8.2
ruff==0.8.3

0 comments on commit 570ebd4

Please sign in to comment.