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 d5c82a0 commit 38907beCopy full SHA for 38907be
.github/workflows/build_deploy.yml
@@ -116,8 +116,9 @@ jobs:
116
run: apk add git gcc g++ musl-dev libffi-dev openssl-dev bash rust cargo make cmake patchelf
117
118
- name: Check source package
119
+ # https://github.com/theacodes/cmarkgfm/issues/84
120
run: |
- pip install twine readme_renderer[md]
121
+ pip install twine readme_renderer[md] "cmarkgfm<2025.10.20"
122
twine check dist/*.tar.gz
123
- name: Install source package
124
env:
0 commit comments