Skip to content
Open
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/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4

- name: Get conda
uses: conda-incubator/[email protected].0
uses: conda-incubator/[email protected].1
with:
python-version: ${{ matrix.python-version }}
channels: conda-forge
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/enscripten.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
python-version: "3.12"

- uses: pypa/cibuildwheel@v2.21
- uses: pypa/cibuildwheel@v2.22
env:
CIBW_PLATFORM: pyodide

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
with:
submodules: true

- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v5

- uses: pypa/cibuildwheel@v2.21
- uses: pypa/cibuildwheel@v2.22
env:
CIBW_PRERELEASE_PYTHONS: true
CIBW_ARCHS_WINDOWS: auto ARM64
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
path: dist

- name: Generate artifact attestation for sdist and wheels
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: "dist/*"

Expand Down
Loading