Skip to content

Commit ae2b0a0

Browse files
committed
init
Signed-off-by: Amith Koujalgi <koujalgi.amith@gmail.com>
1 parent 5d2f202 commit ae2b0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
pip install setuptools wheel twine pypandoc==1.13
31+
pip install setuptools wheel twine pypandoc==1.13 m2r==0.3.1
3232
3333
- name: Build and publish
3434
env:

0 commit comments

Comments
 (0)