Skip to content

Commit

Permalink
nltk gh workflow (livekit#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
keepingitneil authored Feb 12, 2024
1 parent 07862cf commit 1ec5b1e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/publish-livekit-plugins-nltk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Publish livekit-plugins-nltk

on:
workflow_dispatch

jobs:
call-publish-workflow:
uses: ./.github/workflows/publish-package.yml
with:
package_name: 'livekit-plugins/livekit-plugins-nltk'
package_module: 'livekit.plugins.nltk'
secrets: inherit
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-nltk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
license="Apache-2.0",
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
python_requires=">=3.9.0",
install_requires=["livekit ~= 0.7.1", "nltk >= 3, < 4"],
install_requires=["livekit > 0.8.0", "nltk >= 3, < 4"],
project_urls={
"Documentation": "https://docs.livekit.io",
"Website": "https://livekit.io/",
Expand Down

0 comments on commit 1ec5b1e

Please sign in to comment.