We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357df5c commit 43b2a71Copy full SHA for 43b2a71
.github/workflows/publish-to-pypi.yml
@@ -24,7 +24,7 @@ jobs:
24
cache: 'pip'
25
26
- name: Install the requirements
27
- run: pip install -r requirements.txt && pip install setuptools~=65.5.1
+ run: pip install -r requirements.txt && pip install setuptools~=65.5.1 mkdocs mkdocs-material
28
29
- name: Install pypa/build
30
run: >-
@@ -53,4 +53,4 @@ jobs:
53
if: startsWith(github.ref, 'refs/tags')
54
uses: pypa/gh-action-pypi-publish@master
55
with:
56
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments