We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651074e commit bee6cbdCopy full SHA for bee6cbd
.github/workflows/ci.yaml
@@ -90,7 +90,7 @@ jobs:
90
- name: Build binary Archive
91
uses: pypa/[email protected]
92
env:
93
- CIBW_BEFORE_ALL: "mv setup_binary.py setup.py && python3 setup.py download_pandoc"
+ CIBW_BEFORE_ALL: "python3 -m pip install setuptools && mv setup_binary.py setup.py && python3 setup.py download_pandoc"
94
CIBW_BUILD: cp39-* # Build any 1 python version as this wheel is not version dependent
95
# We skip some variants because:
96
# - pandoc does not publish binaries for Linux 32bit
0 commit comments