Skip to content

Commit

Permalink
hopefully fix python docs typing
Browse files Browse the repository at this point in the history
  • Loading branch information
zolutal committed Jan 13, 2024
1 parent f9c0034 commit 9763c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: '3.9'
cache: 'pip'

- run: pip install maturin pdoc
- run: pip install maturin pdoc typing

- run: maturin build
- run: pip install --no-index --find-links target/wheels/ dwat
Expand Down

0 comments on commit 9763c76

Please sign in to comment.