diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d6d0d31..16ee5bb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -95,4 +95,4 @@ jobs: flit publish env: FLIT_USERNAME: __token__ - FLIT_PASSWORD: ${{ secrets.PYPI_KEY }} + FLIT_PASSWORD: ${{ secrets.PYPI_TOKEN }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ccc50f0..8c9a832 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - flake8-builtins - flake8-comprehensions - repo: https://github.com/myint/docformatter - rev: v1.7.5 + rev: eb1df347edd128b30cd3368dddc3aa65edcfac38 hooks: - id: docformatter - repo: https://github.com/executablebooks/mdformat diff --git a/mdformat_myst/__init__.py b/mdformat_myst/__init__.py index f89bb85..ead940d 100644 --- a/mdformat_myst/__init__.py +++ b/mdformat_myst/__init__.py @@ -1,3 +1,3 @@ """Mdformat plugin for MyST compatibility.""" -__version__ = "0.2.0" +__version__ = "0.2.1"