We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75fecc commit f3c8c39Copy full SHA for f3c8c39
.github/workflows/full_test.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- uses: actions/checkout@v4
22
- - uses: chartboost/ruff-action@v1 # Fail fast if there are any linting errors
+ - uses: astral-sh/ruff-action@v2 # Fail fast if there are any linting errors
23
with:
24
version: 0.6.2 # consistent with pyproject.toml ?
25
src: mikeio # ignore notebooks
@@ -50,5 +50,5 @@ jobs:
50
- name: Upload build artifact
51
uses: actions/upload-artifact@v4
52
53
- name: dist-${{matrix.os}}-${{matrix.python-version}}
+ name: dist-${{matrix.python-version}}
54
path: dist/*
0 commit comments