diff --git a/.github/workflows/build_sdist.yml b/.github/workflows/build_sdist.yml index 0a4a8d0404..dd4db3706c 100644 --- a/.github/workflows/build_sdist.yml +++ b/.github/workflows/build_sdist.yml @@ -65,7 +65,8 @@ jobs: - name: Publish sdist on PyPI if: | github.event.inputs.target == 'pypi' || - (github.event_name == 'push' && github.ref == 'refs/heads/main') + (github.event_name == 'push' && github.ref == 'refs/heads/main') || + ${{ github.event.workflow_run.conclusion == 'success' }} uses: pypa/gh-action-pypi-publish@master with: user: __token__ diff --git a/CITATION.cff b/CITATION.cff index cb1833fe58..c49d5c4d7a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,6 +24,6 @@ keywords: - "expression tree" - "python" - "symbolic differentiation" -version: "21.10" +version: "21.11" repository-code: "https://github.com/pybamm-team/PyBaMM" title: "Python Battery Mathematical Modelling (PyBaMM)" diff --git a/docs/conf.py b/docs/conf.py index 42284e4578..18120c3482 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,9 +26,9 @@ author = "The PyBaMM Team" # The short X.Y version -version = "21.10" +version = "21.11" # The full version, including alpha/beta/rc tags -release = "21.10" +release = "21.11" # -- General configuration --------------------------------------------------- diff --git a/pybamm/version b/pybamm/version index cfae36e441..61af3368d3 100644 --- a/pybamm/version +++ b/pybamm/version @@ -1 +1 @@ -21, 10 +21, 11 diff --git a/vcpkg.json b/vcpkg.json index bd8066d8c0..32450eccb4 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "pybamm", - "version-string": "21.10", + "version-string": "21.11", "dependencies": [ { "name": "sundials",