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 91f3bd7 commit d427901Copy full SHA for d427901
.github/workflows/build-debian-multiarch.yml
@@ -85,7 +85,8 @@ jobs:
85
export PIP_CONFIG_FILE=buildconfig/pip_config.ini
86
echo "\nBuilding pygame wheel\n"
87
python3 setup.py docs
88
- pip3 wheel . --wheel-dir /artifacts -vvv
+ # use legacy buildconfig here. TODO update to meson
89
+ python3 setup.py bdist_wheel --dist-dir /artifacts
90
echo "\nInstalling wheel\n"
91
pip3 install --no-index --pre --find-links /artifacts pygame-ce
92
echo "\nRunning tests\n"
0 commit comments