Skip to content

Commit 5ad13d5

Browse files
committed
setup new
1 parent 15556f9 commit 5ad13d5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/static.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ name: documentation
44
on:
55
push:
66
# Alternative: only build for tags.
7-
tags:
8-
- 'v*'
97

108
# security: restrict permissions for CI jobs.
119
permissions:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def main():
316316
'3rdparty/libtiff',
317317
source_dir=str(Path('3rdparty/libtiff').absolute()),
318318
cmake_configure_options=['-DBUILD_SHARED_LIBS=OFF', '-Dtiff-tests=OFF', '-Dtiff-tools=OFF', '-Dtiff-docs=OFF', '-Dmdi=OFF',
319-
['-Djpeg=OFF', '-Dzlib=OFF', '-Dzstd=OFF', '-Dlzma=OFF', '-Djbig=OFF', '-Dwebp=OFF']
319+
'-Djpeg=OFF', '-Dzlib=OFF', '-Dzstd=OFF', '-Dlzma=OFF', '-Djbig=OFF', '-Dwebp=OFF']
320320
)] + extensions,
321321
cmdclass=dict(
322322
# Enable the CMakeExtension entries defined above

0 commit comments

Comments
 (0)