We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0018d9e + 6aef87d commit ba38a4fCopy full SHA for ba38a4f
.github/workflows/publish.yml
@@ -239,6 +239,7 @@ jobs:
239
test_command: ${{ inputs.test_command }}
240
pure_python_wheel: false
241
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
242
+ python-version: '3.12'
243
if: |
244
needs.targets.outputs.upload_to_pypi == 'true' || inputs.upload_to_anaconda
245
with:
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.9.2
+ rev: v0.9.3
4
hooks:
5
- id: ruff
6
args: [ --fix ]
0 commit comments