File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3535 python-version : ${{ matrix.python-version }}
3636 - name : Print Python Information
3737 run : python -VV
38+ - name : Specify tinytex mirror (CTAN_REPO)
39+ run : |
40+ echo "CTAN_REPO=https://mirrors.dotsrc.org/ctan/" >> $GITHUB_ENV
3841 - name : install TinyTeX
3942 uses : r-lib/actions/setup-tinytex@v2
4043 - name : Install and configure Poetry
Original file line number Diff line number Diff line change 1818__author_email__ = "jessica@jessicategner.com"
1919__maintainer__ = "Jessica Tegner"
2020__url__ = "https://github.com/JessicaTegner/pypandoc"
21- __version__ = "1.16"
21+ __version__ = "1.16.1 "
2222__license__ = "MIT"
2323__description__ = "Thin wrapper for pandoc."
2424__python_requires__ = ">=3.7"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pypandoc"
3- version = " 1.16"
3+ version = " 1.16.1 "
44description = " Thin wrapper for pandoc"
55authors = [" JessicaTegner <jessica@jessicategner.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments