Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 7a9cee4

Browse files
committed
v1.11.4
1 parent 1018fb6 commit 7a9cee4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
macos:
3838
needs: linux
3939
runs-on: macos-latest
40+
env:
41+
HOMEBREW_NO_INSTALL_CLEANUP: 1
42+
4043
steps:
4144
- uses: actions/checkout@v2
4245
- uses: actions/setup-python@v2

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pylivestream
3-
version = 1.11.3
3+
version = 1.11.4
44
author = Michael Hirsch, Ph.D.
55
author_email = [email protected]
66
description = Livestream using FFmpeg to YouTube Live, Periscope, Facebook Live, Twitch, and many more

0 commit comments

Comments
 (0)