Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
scnerd committed Jun 3, 2024
1 parent b382718 commit 5bd1840
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
path: ".coverage.*"

- name: Upload documentation
if: matrix.session == 'docs-build'
if: matrix.session == 'docs-build' && matrix.python == '3.10'
uses: actions/upload-artifact@v4
with:
name: docs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ A [Pydantic](https://docs.pydantic.dev/latest/) ORM built on top of [PynamoDB](h

## Features

Provides a Django-inspired "Active Record"-style ORM using single-table design built on top of Django.
Provides a Django-inspired "Active Record"-style ORM using single-table design built on top of DynamoDB.

```python
import abc
Expand Down
7 changes: 1 addition & 6 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
<<<<<<< dependabot/pip/docs/sphinx-7.3.7
furo==2022.12.7
sphinx==7.3.7
=======
furo==2024.5.6
sphinx==5.3.0
>>>>>>> main
sphinx==7.3.7
myst_parser==3.0.1

0 comments on commit 5bd1840

Please sign in to comment.