Skip to content

Commit 9133076

Browse files
committed
Revert "Exclude korean tutorials from wheels"
For testing new delocate
1 parent 04e48d8 commit 9133076

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ jobs:
148148
149149
CIBW_BEFORE_BUILD: |
150150
pip install requests numpy Sphinx"<7.2.0"
151+
pip install git+https://github.com/matthew-brett/delocate.git # latest delocate
151152
python setup.py docs
152153
cp -r ${{ github.workspace }}/pygame_mac_deps_${{ matrix.macarch }} ${{ github.workspace }}/pygame_mac_deps
153154

docs/meson.build

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ if not fs.is_dir('generated')
55
)
66
endif
77

8-
# korean tutorials excluded for now because the delocate tool on mac cannot
9-
# handle wheels which has files named in korean
108
install_subdir(
119
'generated',
12-
exclude_directories: ['doctrees', 'tutorials/ko', '_sources/tutorials/ko'],
10+
exclude_directories: ['doctrees'],
1311
exclude_files: ['.buildinfo', 'objects.inv'],
1412
install_dir: pg_dir / 'docs'
1513
)

0 commit comments

Comments
 (0)