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 c440c71 commit 214f2cdCopy full SHA for 214f2cd
travis_config.sh
@@ -16,7 +16,7 @@ function bdist_wheel_cmd {
16
local abs_wheelhouse=$1
17
# install all required packages in pyproject.toml, because bdist_wheel does not do it
18
python${PYTHON_VERSION} -m pip install toml && python${PYTHON_VERSION} -c 'import toml; c = toml.load("pyproject.toml"); print("\n".join(c["build-system"]["requires"]))' | python${PYTHON_VERSION} -m pip install -r /dev/stdin
19
- CI_BUILD=1 python${PYTHON_VERSION} setup.py bdist_wheel --py-limited-api=cp37 -v
+ CI_BUILD=1 python${PYTHON_VERSION} setup.py bdist_wheel --py-limited-api="cp${PYTHON_VERSION//./}" -v
20
cp dist/*.whl $abs_wheelhouse
21
if [ -z "$IS_OSX" ]; then
22
# this path can be changed in the latest manylinux image
0 commit comments