Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.14.1"
python-version: "3.14.2"

- name: Install uv
uses: astral-sh/setup-uv@v5
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.14.1"
python-version: "3.14.2"
- name: Restore venv
uses: actions/cache/restore@v4
with:
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.14.1"
python-version: "3.14.2"
- name: Restore venv
uses: actions/cache/restore@v4
with:
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
workspaces: nidx
- uses: actions/setup-python@v5
with:
python-version: "3.14.1"
python-version: "3.14.2"
- name: Install uv
uses: astral-sh/setup-uv@v5

Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.14.1"
python-version: "3.14.2"
- name: Restore venv
uses: actions/cache/restore@v4
with:
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.14.1"
python-version: "3.14.2"

- name: Restore venv
uses: actions/cache/restore@v4
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.14.1"
python-version: "3.14.2"

- name: Restore venv
uses: actions/cache/restore@v4
Expand Down Expand Up @@ -429,7 +429,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.14.1"
python-version: "3.14.2"

- name: Restore venv
uses: actions/cache/restore@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.14.1
python-version: 3.14.2
cache: "pip"

- name: Install test deps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nidx_binding_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v5
with:
python-version: "3.14.1"
python-version: "3.14.2"
architecture: ${{ matrix.python-architecture || 'x64' }}

- name: Setup env
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: set up python
uses: actions/setup-python@v5
with:
python-version: "3.14.1"
python-version: "3.14.2"

- run: pip install -U twine

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/public_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.14.1"
python-version: "3.14.2"
- name: Install uv
uses: astral-sh/setup-uv@v5

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: 3.14.1
python-version: 3.14.2

- name: Setup env
run: |
Expand Down
Loading