diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index e81c74a..9dfeef3 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-python@v2 name: Install Python - + - name: Build source distribution run: | python setup.py sdist diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4ce902e..6b6b5ed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,13 +9,13 @@ repos: # Run Black - the uncompromising Python code formatter - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 22.1.0 hooks: - id: black-jupyter # Add some general purpose useful hooks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.1.0 hooks: # Make sure that contained YAML files are well-formed - id: check-yaml