Skip to content

Commit 38907be

Browse files
committed
ci: fix alpine sdist test
1 parent d5c82a0 commit 38907be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ jobs:
116116
run: apk add git gcc g++ musl-dev libffi-dev openssl-dev bash rust cargo make cmake patchelf
117117

118118
- name: Check source package
119+
# https://github.com/theacodes/cmarkgfm/issues/84
119120
run: |
120-
pip install twine readme_renderer[md]
121+
pip install twine readme_renderer[md] "cmarkgfm<2025.10.20"
121122
twine check dist/*.tar.gz
122123
- name: Install source package
123124
env:

0 commit comments

Comments
 (0)