Skip to content

Commit ba38a4f

Browse files
authored
Merge branch 'main' into dependabot/github_actions/dot-github/workflows/actions-bd469bdb35
2 parents 0018d9e + 6aef87d commit ba38a4f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ jobs:
239239
test_command: ${{ inputs.test_command }}
240240
pure_python_wheel: false
241241
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
242+
python-version: '3.12'
242243
if: |
243244
needs.targets.outputs.upload_to_pypi == 'true' || inputs.upload_to_anaconda
244245
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.9.2
3+
rev: v0.9.3
44
hooks:
55
- id: ruff
66
args: [ --fix ]

0 commit comments

Comments
 (0)