We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10dd2ea commit e4e9a11Copy full SHA for e4e9a11
1 file changed
.github/workflows/pythonapp.yml
@@ -59,12 +59,12 @@ jobs:
59
echo "Dependency paths are:"
60
ls $env:SDL_ROOT
61
ls $env:FFMPEG_ROOT
62
- - name: Make sdist
63
- if: matrix.python == '3.12'
64
- run: python setup.py sdist --formats=gztar
65
- name: Install pip deps
66
run: |
67
python -m pip install --upgrade pip virtualenv wheel setuptools cython~=0.29.36 pytest
+ - name: Make sdist
+ if: matrix.python == '3.12'
+ run: python setup.py sdist --formats=gztar
68
- name: Make wheel
69
70
$env:SDL_ROOT=(get-item $env:SDL_ROOT).FullName
0 commit comments