Skip to content

Commit e9394f0

Browse files
committed
[dist] Release v0.6.4.
1 parent ef3236b commit e9394f0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build-windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- name: Install Dependencies
4646
run: |
4747
python -m pip install --upgrade pip build wheel virtualenv setuptools
48+
pip install -r dist/requirements_windows.txt
4849
pip install -r docs/requirements.txt
49-
pip install --upgrade -r dist/requirements_windows.txt
5050
5151
- name: Download Resources
5252
run: |
@@ -67,11 +67,13 @@ jobs:
6767
6868
- name: Build PySceneDetect
6969
run: |
70+
python dist/pre_release.py --ignore-installer
7071
pyinstaller dist/scenedetect.spec
7172
7273
- name: Build Documentation
7374
run: |
7475
sphinx-build -b singlehtml docs dist/scenedetect/docs
76+
rm -r dist/scenedetect/docs/.doctrees
7577
7678
- name: Assemble Portable Distribution
7779
run: |

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ install:
3535
- 'SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%'
3636
- python --version
3737
- python -m pip install --upgrade pip
38-
- python -m pip install -r dist/requirements_windows.txt
3938
- python -m pip install -r docs/requirements.txt
39+
- python -m pip install --upgrade -r dist/requirements_windows.txt
4040
# Checkout build resources and third party software used for testing.
4141
- git checkout refs/remotes/origin/resources -- dist/
4242
- appveyor DownloadFile https://github.com/GyanD/codexffmpeg/releases/download/6.0/ffmpeg-6.0-full_build.7z

0 commit comments

Comments
 (0)