diff --git a/.cruft.json b/.cruft.json index c33aa9a..ff41e19 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/ecmwf-projects/cookiecutter-conda-package", - "commit": "900af102174ecfcb6aac3a1610636e70b00053ee", + "commit": "5c8a3dfc59e893134050fe4e355893dd1d08b2e7", "checkout": null, "context": { "cookiecutter": { @@ -11,6 +11,7 @@ "copyright_year": "2022", "mypy_strict": "True", "integration_tests": "True", + "pypi": true, "_template": "https://github.com/ecmwf-projects/cookiecutter-conda-package" } }, diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 3bbbafe..0aab2d6 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -214,7 +214,7 @@ jobs: runs-on: ubuntu-latest needs: distribution if: | - always() && + always() && true && needs.distribution.result == 'success' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b4a41f..f067565 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: blackdoc additional_dependencies: [black==23.11.0] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.1 + rev: v0.5.5 hooks: - id: ruff args: [--fix, --show-fixes] @@ -27,7 +27,7 @@ repos: hooks: - id: mdformat - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.13.0 + rev: v2.14.0 hooks: - id: pretty-format-yaml args: [--autofix, --preserve-quotes]