Skip to content

Commit 43b2a71

Browse files
authored
fix: Adjust the release GH action (#37)
1 parent 357df5c commit 43b2a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: 'pip'
2525

2626
- name: Install the requirements
27-
run: pip install -r requirements.txt && pip install setuptools~=65.5.1
27+
run: pip install -r requirements.txt && pip install setuptools~=65.5.1 mkdocs mkdocs-material
2828

2929
- name: Install pypa/build
3030
run: >-
@@ -53,4 +53,4 @@ jobs:
5353
if: startsWith(github.ref, 'refs/tags')
5454
uses: pypa/gh-action-pypi-publish@master
5555
with:
56-
password: ${{ secrets.PYPI_API_TOKEN }}
56+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)