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 5d2f202 commit ae2b0a0Copy full SHA for ae2b0a0
.github/workflows/pypi-publish.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install dependencies
29
run: |
30
python -m pip install --upgrade pip
31
- pip install setuptools wheel twine pypandoc==1.13
+ pip install setuptools wheel twine pypandoc==1.13 m2r==0.3.1
32
33
- name: Build and publish
34
env:
0 commit comments