Skip to content

Commit

Permalink
published bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Jan 14, 2025
1 parent cb2ba24 commit 93a708d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 34 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/nodejs-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

# ************ REMOVE AFTER RELEASE ***************
- name: build local binding
run: |
yarn install
yarn build
working-directory: binding/nodejs
# ************ REMOVE AFTER RELEASE ***************

- name: Install dependencies
run: yarn install

Expand All @@ -64,14 +56,6 @@ jobs:
with:
submodules: recursive

# ************ REMOVE AFTER RELEASE ***************
- name: build local binding
run: |
yarn install
yarn build
working-directory: binding/nodejs
# ************ REMOVE AFTER RELEASE ***************

- name: Install dependencies
run: yarn install

Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/python-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ jobs:
- name: Pre-build dependencies
run: python -m pip install --upgrade pip

# ************ REMOVE AFTER RELEASE ***************
- name: build local binding
run: |
python3 -m pip install setuptools wheel
python3 -m setup sdist bdist_wheel
working-directory: binding/python
# ************ REMOVE AFTER RELEASE ***************

- name: Install dependencies
run: pip install -r requirements.txt

Expand All @@ -63,13 +55,6 @@ jobs:
steps:
- uses: actions/checkout@v3

# ************ REMOVE AFTER RELEASE ***************
- name: build local binding
run: |
python3 -m setup sdist bdist_wheel
working-directory: binding/python
# ************ REMOVE AFTER RELEASE ***************

- name: Setup Python virtualenv (*nix)
if: ${{ matrix.machine != 'pv-windows-arm64' }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion demo/dotnet/PvSpeakerDemo/PvSpeakerDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\binding\dotnet\PvSpeaker\PvSpeaker.csproj" />
<PackageReference Include="PvSpeaker" Version="1.0.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion demo/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Picovoice, Inc.",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/pvspeaker-node": "../../binding/nodejs",
"@picovoice/pvspeaker-node": "~1.0.2",
"commander": "^6.1.0"
},
"devDependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion demo/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
../../binding/python/dist/pvspeaker-1.0.4-py3-none-any.whl
pvspeaker==1.0.4

0 comments on commit 93a708d

Please sign in to comment.