Skip to content

Commit

Permalink
Update dependencies and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tr11 committed Feb 20, 2024
1 parent 87c8717 commit 2ba0fdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -32,7 +32,7 @@ jobs:
run: hatch build

- name: Publish
run: hatch build
run: hatch publish
env:
HATCH_INDEX_USER: ${{ vars.HATCH_INDEX_USER }}
HATCH_INDEX_AUTH: ${{ secrets.HATCH_INDEX_AUTH }}
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ dependencies = [
"mkdocs>=1.5.3",
"mkdocstrings>=0.24.0",
"mkdocs-material>=9.5.9",
"mkdocstrings-python",
]


Expand Down

0 comments on commit 2ba0fdc

Please sign in to comment.