diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 1dd3df94..e7f65cb7 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -8,7 +8,7 @@ on: inputs: ufl_ref: description: "UFL git ref to checkout" - default: "ufl_legacy" + default: "main" type: string test_pypi_publish: description: "Publish to Test PyPi (true | false)" @@ -23,7 +23,7 @@ on: inputs: ufl_ref: description: "UFL git ref to checkout" - default: "ufl_legacy" + default: "main" type: string test_pypi_publish: description: "Publish to Test PyPi (true | false)" diff --git a/README.rst b/README.rst index 15f1446d..366e9c27 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,9 @@ -=========================== -UFL - Unified Form Language -=========================== +================================== +UFL legacy - Unified Form Language +================================== + +This is an archive of a legacy version of UFL that is the final version that can +be used with legacy FEniCS. The Unified Form Language (UFL) is a domain specific language for declaration of finite element discretizations of variational forms. More