Skip to content

Commit

Permalink
Merge pull request #10 from dmtucker/fix
Browse files Browse the repository at this point in the history
Fix documentation and publication pipelines
  • Loading branch information
dmtucker committed Jun 14, 2021
2 parents 0e9ecc7 + 24db6b6 commit fce4eae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- run: |
git fetch --prune --unshallow
git checkout gh-pages
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.7'
- run: python -m pip install --upgrade tox
- run: sudo apt install graphviz
- env:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def read(*parts):
use_scm_version=True,
description="Deploy references from source control.",
long_description=read("README.rst"),
long_description_content_type="x-rst",
long_description_content_type="text/x-rst",
author="David Tucker",
author_email="david@tucker.name",
license="LGPLv2+",
Expand Down

0 comments on commit fce4eae

Please sign in to comment.