diff --git a/.github/workflows/nodejs-demos.yml b/.github/workflows/nodejs-demos.yml index 978f8db..d86b55a 100644 --- a/.github/workflows/nodejs-demos.yml +++ b/.github/workflows/nodejs-demos.yml @@ -43,12 +43,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - # ************** REMOVE AFTER RELEASE ******************** - - name: Build Node.js SDK - run: yarn && yarn build - working-directory: binding/nodejs - # ******************************************************** - - name: Install dependencies run: | ${{ matrix.install-dep }} @@ -70,12 +64,6 @@ jobs: steps: - uses: actions/checkout@v3 - # ************** REMOVE AFTER RELEASE ******************** - - name: Build Node.js SDK - run: yarn && yarn build - working-directory: binding/nodejs - # ******************************************************** - - name: Install dependencies run: yarn install diff --git a/.github/workflows/python-demo.yml b/.github/workflows/python-demo.yml index 7577514..d165055 100644 --- a/.github/workflows/python-demo.yml +++ b/.github/workflows/python-demo.yml @@ -44,12 +44,6 @@ jobs: - name: Pre-build dependencies run: python3 -m pip install --upgrade pip - # TODO: remove after release - - name: Build dependencies - run: | - python -m pip install -U pip setuptools - pip install wheel && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip install dist/pvorca-0.2.4-py3-none-any.whl - - name: Install dependencies run: | ${{matrix.install_dep}} @@ -78,10 +72,6 @@ jobs: steps: - uses: actions/checkout@v3 - # TODO: remove after release - - name: Build dependencies - run: pip install wheel && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip install dist/pvorca-0.2.4-py3-none-any.whl - - name: Install dependencies run: pip3 install -r requirements.txt diff --git a/demo/nodejs/package.json b/demo/nodejs/package.json index e870ea0..a8de461 100644 --- a/demo/nodejs/package.json +++ b/demo/nodejs/package.json @@ -21,7 +21,7 @@ "author": "Picovoice Inc.", "license": "Apache-2.0", "dependencies": { - "@picovoice/orca-node": "file:../../binding/nodejs", + "@picovoice/orca-node": "=0.2.1", "@picovoice/pvspeaker-node": "^1.0.0", "commander": "^6.1.0", "prettier": "^2.6.2", diff --git a/demo/nodejs/yarn.lock b/demo/nodejs/yarn.lock index c74ed30..61feecf 100644 --- a/demo/nodejs/yarn.lock +++ b/demo/nodejs/yarn.lock @@ -2,8 +2,10 @@ # yarn lockfile v1 -"@picovoice/orca-node@file:../../binding/nodejs": +"@picovoice/orca-node@=0.2.1": version "0.2.1" + resolved "https://registry.yarnpkg.com/@picovoice/orca-node/-/orca-node-0.2.1.tgz#74f632c37f27e5f426739c6840e8f8b4db5ec135" + integrity sha512-GxxC16V4c3toEG7sNZUMIQtABUjNbNbMwZOxYXAYJ7NuFZ8U2pBkyesYvZ2GP/GefEERcHDpWcpxua+YeagSJQ== "@picovoice/pvspeaker-node@^1.0.0": version "1.0.0"