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
32 changes: 16 additions & 16 deletions .github/workflows/buildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
os: [ubuntu-22.04, ubuntu-22.04-arm, windows-2022, macos-15-intel, macos-14]

steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2

- uses: actions/setup-python@v6
with:
python-version: '3.13'

- uses: msys2/setup-msys2@v2.29.0
- uses: msys2/setup-msys2@v2.30.0
with:
msystem: mingw64
if: ${{ startsWith( matrix.os , 'windows' ) }}
Expand All @@ -35,7 +35,7 @@ jobs:
if: ${{ startsWith( matrix.os , 'windows' ) }}

- name: Build wheels
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e # v3.3.1
env:
# override setting in pyproject.toml to use msys2 instead of msys64 bash
CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows.sh
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2

- uses: actions/setup-python@v6
with:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
matrix:
os: [ubuntu-24.04]
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- uses: actions/setup-python@v6
with:
python-version: '3.13'
Expand All @@ -128,7 +128,7 @@ jobs:
name: Test docs (build and doctest)
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- uses: actions/setup-python@v6
with:
python-version: '3.13'
Expand All @@ -143,7 +143,7 @@ jobs:
name: 'Test old Cython/meson-python'
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- uses: actions/setup-python@v6
with:
python-version: '3.13'
Expand All @@ -170,7 +170,7 @@ jobs:
# Supported Flint versions:
flint-tag: ['v3.0.1', 'v3.1.3-p1', 'v3.2.2', 'v3.3.1']
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- uses: actions/setup-python@v6
with:
python-version: '3.13'
Expand All @@ -183,7 +183,7 @@ jobs:
name: Test flint main Linux x86-64
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- uses: actions/setup-python@v6
with:
python-version: '3.13'
Expand All @@ -197,7 +197,7 @@ jobs:
name: Test flint main Linux ARM
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- uses: actions/setup-python@v6
with:
python-version: '3.13'
Expand All @@ -211,7 +211,7 @@ jobs:
name: Test coverage setuptools build
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- uses: actions/setup-python@v6
with:
python-version: '3.13'
Expand All @@ -225,7 +225,7 @@ jobs:
name: Test coverage meson build
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- uses: actions/setup-python@v6
with:
python-version: '3.12' # does not work with 3.13
Expand All @@ -243,7 +243,7 @@ jobs:
matrix:
sympy-version: ['1.13.1', '1.14.0']
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- uses: actions/setup-python@v6
with:
python-version: '3.13'
Expand All @@ -259,7 +259,7 @@ jobs:
name: Test SymPy master
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- uses: actions/setup-python@v6
with:
python-version: '3.13'
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
run: mkdir dist && cp wheelhouse/*.whl dist

- name: Upload wheels
uses: scientific-python/upload-nightly-action@b36e8c0c10dbcfd2e05bf95f17ef8c14fd708dbf # 0.6.2
uses: scientific-python/upload-nightly-action@5748273c71e2d8d3a61f3a11a16421c8954f9ecf # 0.6.3
with:
artifacts_path: dist
# This token is generated from anaconda.org
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2

- name: Download sdist
uses: actions/download-artifact@v7
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci-emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
EMSCRIPTEN_VERSION: 4.0.9
NODE_VERSION: 22
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.2.2

- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@2e3e4b15a884dc73a63f962bff250a855150a234 # v5.4.0
Expand All @@ -34,7 +34,7 @@ jobs:
actions-cache-folder: emsdk-cache

- name: Set up Node.js
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: ${{ env.NODE_VERSION }}

Expand All @@ -45,7 +45,7 @@ jobs:

- name: Restore WASM library directory from cache
id: cache-wasm-library-dir
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
with:
path: ${{ github.workspace }}/wasm-library-dir
key: wasm-library-dir-${{ hashFiles('bin/pyodide_build_dependencies.sh', 'bin/build_variables.sh') }}-0
Expand All @@ -57,13 +57,13 @@ jobs:
run: bin/pyodide_build_dependencies.sh --wasm-library-dir ${{ github.workspace }}/wasm-library-dir

- name: Persist WASM library directory to cache
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
with:
path: ${{ github.workspace }}/wasm-library-dir
key: wasm-library-dir-${{ hashFiles('bin/pyodide_build_dependencies.sh', 'bin/build_variables.sh') }}-0

- name: Restore python-flint build directory from cache
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
with:
path: ${{ github.workspace }}/flint_wasm_build
key: flint-wasm-build-${{ hashFiles('**/meson.build', '**/pyproject.toml', '**/setup.py') }}
Expand All @@ -87,7 +87,7 @@ jobs:
pyodide build -Cbuild-dir=flint_wasm_build -Csetup-args="-Dflint_version_check=false"

- name: Persist python-flint build directory to cache
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
with:
path: ${{ github.workspace }}/flint_wasm_build
key: flint-wasm-build-${{ hashFiles('**/meson.build', '**/pyproject.toml', '**/setup.py') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
python-version: ["3.12"]
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
Expand Down
Loading